// General Popup function openFlashWin(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } // VIP Popup function popwin(url) { win = window.open(url,'window','width=400,height=420'); win.focus(); } /* // Slider Popup function runFlash(){ document.getElementById('flashPopup').innerHTML = // '' + // ' ' + // '' + // '' + // '' + // '' + // ''; ''; }*/ // Preload media in body function simplePreload() { var args = simplePreload.arguments; document.imageArray = new Array(args.length); for(var i=0; i