function openWindow_form() {
	MyWin = window.open("","win001",'width=760,height=700,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,left=0,top=0');
	MyWin.focus();
}

function insertFlashContent(){
	var flaPath="/swf/4cs.swf";
	var flaBGcolor="#ffffff";
	//
	var flaWidth="663";
	var flaHeight="266";
	var flaVers="";
	//

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+flaWidth+'" height="'+flaHeight+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="'+flaPath+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="'+flaBGcolor+'">');
	document.write('<param name="flashvars" value="'+flaVers+'">');
	document.write('<embed src="'+flaPath+'" flashvars="'+flaVers+'" bgcolor="'+flaBGcolor+'" width="'+flaWidth+'" height="'+flaHeight+'" quality="high" name="fcontent" align="middle" play="true" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">')
	document.write('</embed>');
	document.write('</object>');
}

function openWindow_def(url,winName) {
  window.name="MyWin";
  sw=screen.availWidth;
  sh=screen.availHeight;
  wl = (sw-680)/2;
  wt = (sh-760)/2;
  MyWin = window.open(url,"file","width=680,height=760,scrollbars=yes,resizable=yes,toolbar=yes,left=" + wl + ",top=" + wt);
  MyWin.focus();
};
