	function flash_movie(path, h, w, data){
		document.write('<object type="application/x-shockwave-flash" data="' + path + '" width="' + w + '" height="' + h + '">');
		document.write('<param name="movie" value="' + path + '">');
		document.write('<param name="FlashVars" value="' + data + '">');
		document.write('<img  src="images/noflash/noflash.png"  width="850" height="390" alt="No Flash Player Plugin" />');
		document.write('</object>');
	}