/////////////////////////////////
function flash( swf, width, height, align ){
	document.write('<object type="application/x-shockwave-flash"\n');
	document.write(' data="'+swf+'" width="'+width+'" height="'+height+'" align="'+align+'" >\n');
	document.write('<param name="movie" value="'+swf+'" /><param name=wmode value=opaque>\n');
	document.write('</object>\n');
}
