// to embed the swf menu in pages and fix an ie7 bug (feature) :)

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="100%" height="500">');
document.write('<param name="menu" value="false">');
document.write('<param name="movie" value="/portfolio/imageVue.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="BGCOLOR" value="ffffff">');
document.write('<param name="FLASHVARS" value="folder=content%2FWeddings%2F">');
document.write('<embed src="/portfolio/imageVue.swf" width="100%" height="500" menu="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#ffffff" flashvars="folder=content%2FWeddings%2F">');
document.write('</embed></object>');
