function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openMSCFlashDemo() {
	//window.open('http://www.mscsoftware.com/products/simoffice/index.cfm?adCode=06-0185','','width=840,height=640');
	window.open('flash_presentation.html','','width=840,height=640');
}

function openAlert(langCode, msg) {
	if (langCode == "JP" && navigator.userAgent.toUpperCase().indexOf("MSIE") > -1) {
		window.showModalDialog("modaldialog.php", msg, "dialogHeight:120px;dialogWidth:350px;status:no;help:no;scroll:no;center:yes;chrome:no;");
	} else {
		alert(msg);
	}
}
