function flash01(url,id,name,bgcol,wmode,w,h) {
document.write( "	<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' WIDTH='"+w+"' HEIGHT='"+h+"' id='stage' ALIGN=''>");
document.write( "	<PARAM NAME=menu VALUE=false>");
document.write( "	<PARAM NAME=movie VALUE='"+url+"'>");
document.write( "	<PARAM NAME=quality VALUE=high>");
document.write( "	<PARAM NAME=bgcolor VALUE="+bgcol+">");
document.write( "	<param name=wmode value="+wmode+">");
document.write( "	<EMBED src='"+url+"' quality=high bgcolor="+bgcol+"  WIDTH='"+w+"' HEIGHT='"+h+"' NAME='"+name+"' ALIGN='' wmode='"+wmode+"' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>");
document.write( "	</EMBED>");
document.write( "	</OBJECT>");
}





