/*
function click() {
if (event.button==2||event.button==3) {
 oncontextmenu='return false';
  }
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
*/

// popup - user -> 
// <a href="javascript:abre_peq('http://www.SeuSite.com.br/','NomedaJanela','250','330')"

function abre_peq(pUrl,pTit,pLX,pAY) {
  window.open(pUrl,pTit,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+pLX+',height='+pAY+',top=0,left=0,screenX=167,screenY=150');
}

// disabled selection of the text
function disableselect(e){
    return false
}

/*
function reEnable(){
    return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
    document.onmousedown=disableselect
    document.onclick=reEnable
}
*/

// adicionar site a favorito
function addfavoritos() {
		if (window.external) {
			external.AddFavorite('http://www.saudes.com', 'WWW.SAUDES.COM - O Portal 100% Saúde!')
		}
		else {
			alert("Usuários do Netscape Navigator:\n" +
			"clique em \"Bookmarks/Favoritos\"" +
			"\ne então \" Add Bookmark/Adicionar favoritos\"");
		}
	}


// Cromoles pode ser usado em várias janelas

function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}



function MM_openBrWindow(theURL,winName,features) { // Atendimento ao vivo v2.0
  window.open(theURL,winName,features);
}

