function popunder() { 
pu = window.open("http://www.pureprescriptions.com/popups/callus.asp", "blank", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=433, left = 1,top = 1'); 
pu.blur(); 
window.focus(); 
} 