var loggedIn = getCookie("AndaleSession"); function openPop(url, popwidth, popheight) { var features = "width=" + popwidth + ",height=" + popheight + ",location=no,menubar=no,scrollbars=yes,resizable=yes,status=no"; window.open(url,'pop',features); } function writeFooterCorp() { if(loggedIn == null){ document.write('

About Us | '); document.write('Pricing | '); document.write('User Agreement | '); document.write('Privacy Policy
'); document.write('Copyright © 1999-2007 Andale, a Vendio service. All Rights Reserved'); }else{ document.write('

About Us | '); document.write('Pricing | '); document.write('User Agreement | '); document.write('Privacy Policy
'); document.write('Copyright © 1999-2007 Andale, a Vendio service. All Rights Reserved
'); } } function writeTopCorp() { if(loggedIn == null){ document.write('\"Auction'); } else { document.write('\"Auction'); } } function writeLogo() { if(loggedIn == null){ document.write('\"Pronounced:'); }else{ document.write('\"Pronounced:'); } }