/* General Popup */ function popwin(url) { win = window.open(url, window, width=600,height=450, scrollbars=yes); win.focus(); } /* VIP Popup */ function popwin2(url) { win = window.open(url,'window','width=400,height=420'); win.focus(); } /* Slider Script */ /* function runFlash(){ document.getElementById('flashPopup').innerHTML = // '' + // ' ' + // '' + // '' + // '' + // '' + // ''; ''; }*/ /* Preload */ function simplePreload() { var args = simplePreload.arguments; document.imageArray = new Array(args.length); for(var i=0; i