flash = new Object();
flash.insert = function(swf,width,height) {	
	document.write('<embed src="'+swf+'" menu="true" width="'+width+'" height="'+height+'" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');	
}