function v4(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='768' height='582'>");
   document.write("<param name='movie' value='home.swf'>");
   document.write("<param name='quality' value='high'>");
   document.write("<param name='menu' value='false'>");
   document.write("<param name='wmode' value='transparent'>");
   document.write("<param name='FlashVars' value='xmlFile=gallery.xml'>");   
   document.write("<param name='FlashVars' value='xmlFile=gallery2.xml'>");   
   document.write("<param name='FlashVars' value='xmlFile=gallery3.xml'>");   
   document.write("<param name='FlashVars' value='xmlFile=gallery4.xml'>");   
   document.write("<embed src='home.swf' quality='high' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='768' height='582'></embed>");
   document.write("</object>");
}
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',target =_blank, resizable=0'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
