function changeVideo(form){
	var videoCode = form.menu.options[form.menu.selectedIndex].value;
	var videoText = form.menu.options[form.menu.selectedIndex].text;
	myVideo = window.open('http://www.amw168.com/html/displayVideo.php?vid='+videoCode+'','Video','left=0,top=0,width=485,height=470,menubar=0,toolbar=0,status=0,resizable=0');

//	myVideo = window.open('','Video from AMW168','left=0,top=0,width=450,height=420,menubar=0,toolbar=0,status=0,resizable=0');
//	top.myVideo.document.write('<html><head><title>'+videoText+' Video</title></head>');
//	top.myVideo.document.write('<body bgcolor="white" onLoad="self.focus()">');
//	top.myVideo.document.write('<object width="425" height="350">');
//	top.myVideo.document.write('<param name="movie" value="http://www.youtube.com/v/' + videoCode + '&autoplay=1"></param>');
//	top.myVideo.document.write('<embed src="http://www.youtube.com/v/' + videoCode +'&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br />');
//<?if ($AMWLogged > 0){?>
//	top.myVideo.document.write('[ <a href="'+videoCode+'">Download This Video</a> ]<font size="-1" color="red"> *Right-Click to save*</font>');
//<?}?>
//	top.myVideo.document.write('</body></html>');
//	top.myVideo.document.close();

}

