
function show_swf(src,swf_name,width,height,wmode){
	return "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,22,87\" width="+width+" height="+height+" id="+swf_name+"><param name=wmode value="+wmode+" /><param name=movie value="+src+" /><param name=allowFullScreen value=true><param name=quality value=high /><embed src="+src+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>";
}
function documentwrite(src){
	document.write(src);
}
