function insert_flash(url,width,height){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'"><PARAM NAME=wmode VALUE=transparent><param name="movie" value="'+url+'"><param name="quality" value="high"><param name="loop" value="true"><param name="play"  wmode="transparent"  value="true"><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_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>');
}
