function flash(s,w,h,b,v){
	document.write('<object type="application/x-shockwave-flash" data="'+s+'" width="'+w+'" height="'+h+'">\n');
	document.write('<param name="movie" value="'+s+'" />\n');
	document.write('<param name="bgcolor" value="'+b+'" />\n');
	document.write('<param name="wmode" value="transparent">\n');
	if(v!=''){
		document.write('<param name="FlashVars" value="'+v+'">\n');
	}
	document.write('</object>\n');
}
