//standard image rollover
function imgSwap(img, src1, src2, rolloverString) {
  if (document.images) {
    if (img.src.indexOf(rolloverString) == -1) {
      img.src = img.src.replace(src1, src2);
    }
    else {
      img.src = img.src.replace(src2, src1);
    }
  }
}
function exit(dest)
{
if (confirm("You are leaving www.Ixempra.com, a Web site of Bristol-Myers Squibb. Links to all outside sites are provided as a resource to our visitors. Bristol-Myers Squibb accepts no responsibility for the content of other sites. Continue?")){
window.location=dest
}else{
self.close
}
}

function Go(location, name, width, height, scrollbars)
{
window.open(location, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scrollbars + ',resizable=no,width=' + width + ',height=' + height);
return(false);
}

/* function for interstitial language */
function newwin(url) {
               msg = 'You are about to leave IXEMPRA.com, a Bristol-Myers Squibb site.  You are being redirected to a Bristol-Myers Squibb corporate site.' 
                if (confirm(msg)) {
		        window.open(url);
	            };
               
}function leaveSite(site) {

   if (confirm('You are now leaving www.Ixempra.com. This site may provide links or references to other Web sites not affiliated with Bristol-Myers Squibb. Bristol-Myers Squibb is not responsible for the content of such other sites and shall not be liable for any damages or injury arising from users’ access to such sites. Links to other sites are provided only as a convenience to users of our 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)
   }
}


//close window
function closeWin1() {
var n=close('new');
}

  
    var txt = 'http://www.Ixempra.com';
	var url = 'http://www.Ixempra.com';
	var who = 'Ixempra.com';

	var ver = navigator.appName;
	var num = parseInt(navigator.appVersion);

function bookmark(){
	if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
	document.write('<a href="javascript:window.external.AddFavorite(url,who);" ');
	document.write('onmouseover=" window.status=');
	document.write("txt; return true ");
	document.write('"onmouseout=" window.status=');
	document.write("' '; return true ");
	document.write('">'+ txt + '</a>.');
	}else{
	txt += " (Ctrl+D).";
	document.write(txt);
   } 
}


