
function run_movie1(){
	text="<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" ID=\"menu\" width=\"320\" height=\"20\" />\r\n";
	text+="<PARAM NAME=\"movie\" VALUE=\"/swf/menu.swf\" />\r\n";
	text+="<PARAM NAME=\"quality\" VALUE=\"high\" />\r\n";
	text+="<PARAM NAME=\"bgcolor\" VALUE=\"f4e099\" />\r\n";
	text+="<PARAM NAME=\"menu\" VALUE=\"false\" />\r\n";
	text+="<EMBED width=\"320\" HEIGHT=\"20\" src=\"/swf/menu.swf\" quality=\"high\" bgcolor=\"f4e099\" menu=\"false\" swLiveConnect=\"true\" name=\"menu\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" />\r\n";
	text+="</EMBED>\r\n</OBJECT>\r\n";
	document.write(text);
	return true;
} 
function run_movie2(pram){
	text="<OBJECT ID=\"videoie\" CLASSID=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" CODEBASE=\"http://download.microsoft.com/download/C/A/B/CAB13EF7-5652-4CC9-8ECB-64F857E5D065/wmp11-windowsxp-x86-ru-ru.exe\" standby=\"Загрузка компонентов Microsoft Media Player...\" type=\"application/x-oleobject\" WIDTH=\"1\" HEIGHT=\"1\" />\r\n";
	text+="<PARAM NAME=\"AutoStart\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"FileName\" VALUE=\"/audi/"+pram+".mp3\" />\r\n";
	text+="<PARAM NAME=\"ControlType\" VALUE=\"true\" />\r\n";
	text+="<PARAM NAME=\"ShowDisplay\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"ShowControls\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"quality\" VALUE=\"high\" />\r\n";
	text+="<PARAM NAME=\"bgcolor\" VALUE=\"f4e099\" />\r\n";
	text+="<EMBED Type=video/x-ms-asf-plugin pluginspage=\"http://www.microsoft.com/windows/mediaplayer/download/default.asp\" src=\"http://www.artek.org/audi/"+pram+".mp3\" displaysize=\"0\" AUTOSTART=\"true\" name=\"videonn\" ShowDisplay=\"0\" ShowControls=\"0\" WIDTH=\"1\" HEIGHT=\"1\" />\r\n";
	text+="</EMBED>\r\n</OBJECT>\r\n";
	document.write(text);
	return true;
} 
function run_movie3(pram){
	text="<OBJECT ID=\"videoie\" CLASSID=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" CODEBASE=\"http://download.microsoft.com/download/C/A/B/CAB13EF7-5652-4CC9-8ECB-64F857E5D065/wmp11-windowsxp-x86-ru-ru.exe\" standby=\"Загрузка компонентов Microsoft Media Player...\" type=\"application/x-oleobject\" WIDTH=\"1\" HEIGHT=\"1\" />\r\n";
	text+="<PARAM NAME=\"AutoStart\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"FileName\" VALUE=\"/audi/"+pram+".mp3\" />\r\n";
	text+="<PARAM NAME=\"ControlType\" VALUE=\"true\" />\r\n";
	text+="<PARAM NAME=\"ShowDisplay\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"ShowControls\" VALUE=\"false\" />\r\n";
	text+="<PARAM NAME=\"quality\" VALUE=\"high\" />\r\n";
	text+="<PARAM NAME=\"bgcolor\" VALUE=\"f4e099\" />\r\n";
	text+="<EMBED Type=video/x-ms-asf-plugin pluginspage=\"http://www.microsoft.com/windows/mediaplayer/download/default.asp\" src=\"http://www.artek.org/audi/"+pram+".mp3\" displaysize=\"0\" AUTOSTART=\"true\" name=\"videonn\" ShowDisplay=\"0\" ShowControls=\"0\" WIDTH=\"1\" HEIGHT=\"1\" />\r\n";
	text+="</EMBED>\r\n</OBJECT>\r\n";
	document.write(text);
	return true;
} 

