function fplayer(file,w,h){
	//alert(file);
document.write('<embed src="'+file+'" quality="high" menu="true" bgcolor="#ffffff" width="'+w+'" height="'+h+'" name="flv" align="middle" allowScriptAccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}