// Function for the Quick List in the left nav. function gothere(place) { var whereto = document.ql.quicklist.options[place].value if (whereto != "") { location.href=whereto; } } function leaveSite(site) { // to use this // instead of using an tag // the syntax is // if (confirm('You are now leaving all-about-hepatitisc.com Web site.\n\nThis link is provided as a convenience to you; however, by including this link to another site Schering Corporation expressly disclaims any and all liability with respect to access to or use of this other site. We do not screen other sites for content and we do not endorse, support, or attest to the accuracy or completeness of this site.\n\nContinue to ' + site + '?') == 1) { window.open(site, 'perceptions','toolbar=yes,width=600,height=400,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes') //window.open(site) } } function QueryString(key) { var value = ""; for (var i=0;i= 0) { var argname = pairs[i].substring(0,pos); var value = pairs[i].substring(pos+1); QueryString.keys[QueryString.keys.length] = argname; QueryString.values[QueryString.values.length] = value; } } } function leaveSiteNew(site) { window.open(site, 'perceptions','toolbar=yes,width=600,height=400,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes'); } function leaveSiteNewSchering(site) { window.open(site, 'perceptions','toolbar=yes,width=800,height=565,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes'); }