
function flash(Str1, Str2, Str3, Str4){document.write('<object width="'+Str2+'" height="'+Str3+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,22,0">'+'<param name="movie" value="'+Str1+'">'+'<param name="quality" value="high">'+'<param name="wmode" value="'+Str4+'">'+'<embed width="'+Str2+'" height="'+Str3+'" src="'+Str1+'" quality="high"pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>'+'</object>');}
function __ws__(id){
document.write(id.text);id.id='';
}
<!-- 
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 
// --> 
<!-- 
function onMenu(td){
td.style.backgroundColor = "000000";
td.style.color           = "ffffff";
}
function outMenu(td){
td.style.backgroundColor = "cecece";
td.style.color           = "000000";
}
// --> 
function ItemAdd(objname, textname, valuename)
	{
		var obj = document.getElementById(objname);
		obj.add(new Option(document.getElementById(textname).value,document.getElementById(valuename).value));
		obj.reInitializeSelectBox();
	}

