function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
	var p,i,x;  
	if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/***********************************************
* Sticky Note script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit DynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
* Go to http://www.dynamicdrive.com/ for full source code
***********************************************/

//Specify display mode. 3 possible values are:
//1) "always"- This makes the fade-in box load each time the page is displayed
//2) "oncepersession"- This uses cookies to display the fade-in box only once per browser session
//3) integer (ie: 5)- Finally, you can specify an integer to display the box randomly via a frequency of 1/integer...
// For example, 2 would display the box about (1/2) 50% of the time the page loads.

var displaymode="always"

var enablefade="yes" //("yes" to enable fade in effect, "no" to disable)
var autohidebox=["no", 1] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds]
var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no)
var IEfadelength=1 //fade in duration for IE, in seconds
var Mozfadedegree=0.05 //fade in degree for NS6+ (number between 0 and 1. Recommended max: 0.2)

////////No need to edit beyond here///////////

if (parseInt(displaymode)!=NaN)
	var random_num=Math.floor(Math.random()*displaymode)

function displaypoplogin(ehcliqueounaoehlombardi, opcMudaRedirect){
	if(ehcliqueounaoehlombardi){
		var ie=document.all && !window.opera
		var dom=document.getElementById
		iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body
		objref=(dom)? document.getElementById("poplogin") : document.all.poplogin
		var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset
		var docwidth=(ie)? iebody.clientWidth : window.innerWidth
		docheight=(ie)? iebody.clientHeight: window.innerHeight
		var objwidth=objref.offsetWidth
		objheight=objref.offsetHeight
		objref.style.left=docwidth/2-objwidth/2+"px"
		objref.style.top=scroll_top+docheight/2-objheight/2+"px"

		if (showonscroll=="yes")
		showonscrollvar=setInterval("staticfadebox()", 50)

		if (enablefade=="yes" && objref.filters){
			objref.filters[0].duration=IEfadelength
			objref.filters[0].Apply()
			objref.filters[0].Play()
		}
		objref.style.visibility="visible"
		objref.style.display="inline"
		if (objref.style.MozOpacity){
			if (enablefade=="yes")
				mozfadevar=setInterval("mozfadefx()", 90)
			else{
				objref.style.MozOpacity=1
				controlledhidebox()
			}
		}
		else
		controlledhidebox()
		show('poplogin');
			if(opcMudaRedirect){
				document.frm_poplogin.hidRedirect.value=opcMudaRedirect;
			}else{
				document.frm_poplogin.hidRedirect.value='';
			}
	}
}

//Inicio Login Xolair
function displaypoploginxolair(id){
	displaypoplogin(id, '/xolair2.asp');
}

//Inicio Login Exjade
function displaypoploginExjade(id){
	displaypoplogin(id, '/Exjade.asp');
}

	//Inicio Login Femara
function displaypoploginFemara(id){
	displaypoplogin(id, '/Femara.asp');
}

	//Inicio Login Glivec
function displaypoploginGlivec(id){
	displaypoplogin(id, '/Glivec.asp');
}

	//Inicio Login Sandostatin
function displaypoploginSandostatin(id){
	displaypoplogin(id, '/Sandostatin.asp');
}

	//Inicio Login nilotinibe
function displaypoploginnilotinibe(id){
	displaypoplogin(id, '/nilotinibe.asp');
}

	//Inicio Login Zometa
function displaypoploginZometa(id){
	displaypoplogin(id, '/Zometa.asp');
}

function mozfadefx(){
	if (parseFloat(objref.style.MozOpacity)<1)
		objref.style.MozOpacity=parseFloat(objref.style.MozOpacity)+Mozfadedegree
	else{
		clearInterval(mozfadevar)
		controlledhidebox()
	}
}

function staticfadebox(){
var ie=document.all && !window.opera
var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset
objref.style.top=scroll_top+docheight/2-objheight/2+"px"
}

function hidefadebox(){
	objref.style.visibility="hidden"
	if (typeof showonscrollvar!="undefined")
		clearInterval(showonscrollvar)
}

function controlledhidebox(){
	if (autohidebox[0]=="yes"){
		var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*4000 : autohidebox[1]*4000
		setTimeout("hidefadebox()", delayvar)
	}
}

function initfunction(){
	//setTimeout("displaypoplogin()", 100)
}

function get_cookie(Name) {
	var search = Name + "="
	var returnvalue = ""
	if (document.cookie.length > 0) {
		offset = document.cookie.indexOf(search)
		if (offset != -1) {
				offset += search.length
				end = document.cookie.indexOf(";", offset)
			if (end == -1)
				end = document.cookie.length;
				returnvalue=unescape(document.cookie.substring(offset, end))
		}
	}
	return returnvalue;
}

if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){
	if (window.addEventListener)
		window.addEventListener("load", initfunction, false)
	else if (window.attachEvent)
		window.attachEvent("onload", initfunction)
	else if (document.getElementById)
		window.onload=initfunction
		document.cookie="fadedin=yes"
}

function ok(){
	if(event.keyCode==13){
		frm_poplogin.submit();
	}
}

function show(object) {
	if (document.getElementById && document.getElementById(object) != null)
		 node = document.getElementById(object).style.visibility='visible';
	else if (document.layers && document.layers[object] != null)
		document.layers[object].visibility = 'visible';
	else if (document.all)
		document.all[object].style.visibility = 'visible';

	if(document.getElementById('tablogin').style.visibility = 'hidden')
		if (object!= 'tabesqueci'){
			//MOSTRA TAB "LOGIN"
			if (document.getElementById && document.getElementById('tablogin') != null)
				 node = document.getElementById('tablogin').style.visibility='visible';
			else if (document.layers && document.layers['tablogin'] != null)
				document.layers['tablogin'].visibility = 'visible';
			else if (document.all)
				document.all['tablogin'].style.visibility = 'visible';

			//ESCONDE TAB "ESQUECI MINHA SENHA"
			if (document.getElementById && document.getElementById('tabesqueci') != null)
				 node = document.getElementById('tabesqueci').style.visibility='hidden';
			else if (document.layers && document.layers['tabesqueci'] != null)
				document.layers['tabesqueci'].visibility = 'hidden';
			else if (document.all)
				document.all['tabesqueci'].style.visibility = 'hidden';
	}
}

function hide(object) {
	if (document.getElementById && document.getElementById(object) != null)
		 node = document.getElementById(object).style.visibility='hidden';
	else if (document.layers && document.layers[object] != null)
		document.layers[object].visibility = 'hidden';
	else if (document.all)
		 document.all[object].style.visibility = 'hidden';
}

function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}