





function insert_flash(url,width,height){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+width+'" height="'+height+'"><PARAM NAME=wmode VALUE=transparent><param name="movie" value="'+url+'"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><embed src="'+url+'" width="'+width+'" height="'+height+'" quality="high" play="true" loop="true" type="application/x-shockwave-flash " pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"><\/object>')
}

function insert_wheel(){
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"970\" height=\"400\" id=\"gal_SY\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"always\" /><param name=\"allowFullScreen\" value=\"false\" /><param name=\"movie\" value=\"http://acetema.com/ace/ace05_swf/acecamp_2.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#333333\" />	<embed src=\"http://acetema.com/ace/ace05_swf/acecamp_2.swf\" quality=\"high\" bgcolor=\"#333333\" width=\"970\" height=\"400\" name=\"ele_SY31\" align=\"middle\" allowScriptAccess=\"always\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>")
}



function insert_movie(url){
	document.write('<OBJECT ID=mediaPlayer CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 STANDBY=Loading Microsoft Windows Media Player components... TYPE=application/x-oleobject><param name=FileName value='+url+'><PARAM NAME=animationatStart VALUE=true><PARAM NAME=transparentatStart VALUE=true><PARAM NAME=autoStart VALUE=true><PARAM NAME=showControls VALUE=true><embed src='+url+' loop=false hidden=false name=mediaPlayer animationatStart=true transparentatStart=true autoStart=true showControls=true></embed></OBJECT>');
}

function Cal_Pop(){
	document.getElementById("calendar").style.display = "block";

} 



function Selectedss(subject,price,num){

	document.getElementById("aaa_imsi").innerHTML = subject;
	document.getElementById("abcd111").value = price;
	document.getElementById("asdfjla23").value = price;
	document.getElementById("course_num").value = num;


	
}
function insert_movie2(url,size){
	document.write('<OBJECT ID=mediaPlayer CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 STANDBY=Loading Microsoft Windows Media Player components... TYPE=application/x-oleobject><param name=FileName value='+url+'><PARAM NAME=animationatStart VALUE=true><PARAM NAME=transparentatStart VALUE=true><PARAM NAME=autoStart VALUE=true><PARAM NAME=showControls VALUE=true><embed src='+url+' loop=false hidden=false name=mediaPlayer animationatStart=true transparentatStart=true autoStart=true showControls=true width='+size+'></embed></OBJECT>');
}