\n'); } else { flashSrc += 'isIE=0'; } sAnchor = getAnchor(); if(sAnchor) { flashSrc += "&link=" + sAnchor; } if(extendedVars) flashSrc += extendedVars; //=========================\[ MAIN PAGE METHODS ]/======================> //generic popup code------------------- function popup(pop_url, winname, windowWidth, windowHeight, scrollbars, resizable) { var winl = (screen.width - windowWidth) / 2; var wint = (screen.height - windowHeight) / 2; var win= window.open(pop_url,winname,"scrollbars="+scrollbars+",width="+windowWidth+",height="+windowHeight+",resizable="+resizable+",top="+wint+",left="+winl); win.focus(); } function main_DoFSCommand(command, args) { if (command == "popupLinks") { var win= window.open('../links/','links','width=400,height=280,scrollbars=0,resizable=0'); win.focus(); } else if (command == "promotions") { var win= window.open('../promotions/','links','width=516,height=550,scrollbars=1,resizable=0'); win.focus(); } } -->