		         
<!--
//page specific rollovers
 preloadimages();
//HCP nav images  
function preloadimages() {
clinicalOff = new Image();
clinicalOff.src = "/images/hcp/navigation/nav_clinical_off.gif";
clinicalOver = new Image();
clinicalOver.src = "/images/hcp/navigation/nav_clinical_over.gif";
clinicalOn = new Image();
clinicalOn.src = "/images/hcp/navigation/nav_clinical_on.gif";

diabOff = new Image(); 
diabOff.src = "/images/hcp/navigation/nav_diab_off.gif";
diabOver = new Image();
diabOver.src = "/images/hcp/navigation/nav_diab_over.gif";
diabOn = new Image();
diabOn.src = "/images/hcp/navigation/nav_diab_on.gif";
//added by offshore
treatOff = new Image(); 
treatOff.src = "/images/hcp/navigation/nav_treat_off.gif";
treatOver = new Image();
treatOver.src = "/images/hcp/navigation/nav_treat_over.gif";
treatOn = new Image();
treatOn.src = "/images/hcp/navigation/nav_treat_on.gif";

//end

highbpOff = new Image();
highbpOff.src = "/images/hcp/navigation/nav_highbp_off.gif"; 
highbpOver = new Image();
highbpOver.src = "/images/hcp/navigation/nav_highbp_over.gif";
highbpOn = new Image();
highbpOn.src = "/images/hcp/navigation/nav_highbp_on.gif"; 

highcholOff = new Image();   
highcholOff.src = "/images/hcp/navigation/nav_highchol_off.gif";
highcholOver = new Image();
highcholOver.src = "/images/hcp/navigation/nav_highchol_over.gif";
highcholOn = new Image();
highcholOn.src = "/images/hcp/navigation/nav_highchol_on.gif";

kitOff = new Image();
kitOff.src = "/images/hcp/navigation/nav_kit_off.gif";
kitOver = new Image();
kitOver.src = "/images/hcp/navigation/nav_kit_over.gif";
kitOn = new Image();
kitOn.src = "/images/hcp/navigation/nav_kit_on.gif";

resourceOff = new Image();
resourceOff.src = "/images/hcp/navigation/nav_resource_off.gif";
resourceOver = new Image();
resourceOver.src = "/images/hcp/navigation/nav_resource_over.gif";
resourceOn = new Image();
resourceOn.src = "/images/hcp/navigation/nav_resource_on.gif";

//Consumer nav images 
qualityOff = new Image();
qualityOff.src = "/images/navigation/nav_EQ_off.gif";
qualityOver = new Image();
qualityOver.src = "/images/navigation/nav_EQ_over.gif";
qualityOn = new Image();
qualityOn.src = "/images/navigation/nav_EQ_on.gif";

diabOff = new Image();
diabOff.src = "/images/navigation/nav_diab_off.gif";
diabOver = new Image();
diabOver.src = "/images/navigation/nav_diab_over.gif";
diabOn = new Image();
diabOn.src = "/images/navigation/nav_diab_on.gif";

highbpOff = new Image();
highbpOff.src = "/images/navigation/nav_highbp_off.gif";
highbpOver = new Image();
highbpOver.src = "/images/navigation/nav_highbp_over.gif";
highbpOn = new Image();
highbpOn.src = "/images/navigation/nav_highbp_on.gif";

highcholOff = new Image();
highcholOff.src = "/images/navigation/nav_highchol_off.gif";
highcholOver = new Image();
highcholOver.src = "/images/navigation/nav_highchol_over.gif";
highcholOn = new Image();
highcholOn.src = "/images/navigation/nav_highchol_on.gif";

talkOff = new Image();
talkOff.src = "/images/navigation/nav_talk_off.gif";
talkOver = new Image();
talkOver.src = "/images/navigation/nav_talk_over.gif";
talkOn = new Image();
talkOn.src = "/images/navigation/nav_talk_on.gif";

aboutOff = new Image();
aboutOff.src = "/images/navigation/nav_about_off.gif";
aboutOver = new Image();
aboutOver.src = "/images/navigation/nav_about_over.gif";
aboutOn = new Image();
aboutOn.src = "/images/navigation/nav_about_on.gif";

infoOff = new Image();
infoOff.src = "/images/navigation/nav_info_off.gif";
infoOver = new Image();
infoOver.src = "/images/navigation/nav_info_over.gif";
infoOn = new Image();
infoOn.src = "/images/navigation/nav_info_on.gif";

offersOff = new Image();
offersOff.src = "/images/navigation/nav_offers_off.gif";
offersOver = new Image();
offersOver.src = "/images/navigation/nav_offers_over.gif";
offersOn = new Image();
offersOn.src = "/images/navigation/nav_offers_on.gif";
}
function showLevelErectionQuality(){
//alert('in here showLevelErectionQuality()');
if(document.getElementById('subErectionQuality').style.display =="none"){
  document.getElementById('subErectionQuality').style.display = "block";
  }
}
function showLevelTalkingToDoctor(){
if(document.getElementById('subTalkingToDoctor').style.display =="none"){
  document.getElementById('subTalkingToDoctor').style.display = "block";
  }
}
function showLevelAboutLevitra(){
if(document.getElementById('subTalkingToDoctor').style.display =="none"){
  document.getElementById('subTalkingToDoctor').style.display = "block";
  }
}
function showLevelInformationForPartners(){
if(document.getElementById('subInformationForPartners').style.display =="none"){
  document.getElementById('subInformationForPartners').style.display = "block";
  }
}
 function showLevelSpecialOffers(){
if(document.getElementById('subInformationForPartners').style.display =="none"){
  document.getElementById('subInformationForPartners').style.display = "block";
  }
} 
   
function setPrimaryImageInactive(imgname, activeimgoff)
{
	//alert('in setPrimaryImageInactive imgname  '+imgname+' activeimgoff  '+activeimgoff);
	activeImageTagName = imgname;
	activeImageFileNameOff = activeimgoff;	
	setImageActive(activeImageTagName, activeImageFileNameOff);
}

function setImageActive(imgname, activeimg)  
{
	//alert('in setImageActive imgname  '+imgname+'  activeimg  '+activeimg); 
	//alert(activeimg+ ".src");
	//alert(eval(activeimg+ ".src"));
	//var qualityOn1= new Image();
	//qualityOn1.src = "images/navigation/nav_EQ_on.gif";
	//alert(eval(activeimg+ "1.src")); 
	preloadimages();
	//alert(eval(activeimg+ ".src")); 
	document.images[imgname].src = eval(activeimg+ ".src");
} 
 
function printit(){  
if (window.print) {
    window.print();  
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2);
	WebBrowser1.outerHTML = "";  
}
}


 function popup(mylink, windowname){
       if (! window.focus)return true;
            var href;
            if (typeof(mylink) == 'string')
               href=mylink;
            else
               href=mylink.href;
            window.open(href, windowname,'top=250,left=150,width=750,height=300,scrollbars=no,location=no,status=no,resizable=no');
            return false;
}

 function fillpopup(mylink,tolink,windowname){
 	alert("in fill popup"+tolink);  
       if (! window.focus)return true; 
            var href;
            if (typeof(mylink) == 'string'){			  			  
               href=mylink+"?toLink="+tolink;
			   alert('href '+href); 
			}
            else
               href=mylink.href;
            window.open(href, windowname,'top=250,left=150,width=750,height=300,scrollbars=no,location=no,status=no,resizable=no');
            return false;
}
function pdfClick()
{
	if(window.confirm("The Web site you are linking to is external to Bayer Pharmaceuticals Corporation, Schering-Plough Corporation, and GlaxoSmithKline (GSK). Bayer Pharmaceuticals Corporation, Schering-Plough, and GSK do not possess editorial control over the content of the information provided in the Web sites above and therefore do not warrant their accuracy and completeness."))
	{
		window.open("http://www.adobe.com/products/acrobat/readstep2.html","_blank");
	}	
}
function popUp(url)
{
	window.open(url, "popup", "width=800,height=600,resizable=yes,status=no,scrollbars=yes");
}
-->     
  
