<!--
function e_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=8,0,0,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="' + url + '">');
		document.write('<param name="quality" value="high">');
		document.write('<param name="wmode" value="transparent">');
		document.write('<param name="menu" value="false" />');
		document.write('<param name="scale" value="noscale" />');
		document.write('<embed src="' + url + '" allowScriptAccess="sameDomain" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" wmode="transparent"></embed>');
		document.write('</object>');
}

function e_flash1(file, width, height) {
		document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='contents' ALIGN=''>");
		document.writeln("<PARAM NAME=movie value='"+file+"' />");
		document.writeln("<PARAM NAME=quality VALUE=high>");
		document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
		document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
		document.writeln("<embed src='"+file+"' quality='high' bgcolor='#FFFFFF' width='"+width+"' height='"+height+"' name='contents' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
		document.writeln("</OBJECT>");
}



function gopage(i){

/*alert(i);*/


if(i=="1"){
location.href="../pro/10.php";
}

if (i=="2"){
location.href="../pro/20.php";
}

if (i=="3"){
location.href="../pro/50_1.php";
}

if (i=="4"){
location.href="../pro/40.php";
}

}

//-->