// popup --------------------------------------------------
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features+"top=0,left=0");
}
//---------------------------------------------------------
function setcolor(src){
	src.style.cursor="hand";
	src.bgColor="#E5E9EC";
}
function colorout(src){
	src.bgColor = "#F5F5F5";
}

function setclick(src){
	window.location.href=src;
}
function setParentClick(src){
	parent.iframe.document.location=src;
}

function protegercodigo(){
	if (event.button==2||event.button==3) {
		alert('Seja Bem vindo a Home Page da\n--------------------------------------\n            Special Cure\n--------------------------------------');}
}
document.onmousedown=protegercodigo
function ver(){
	alert(event.key);
}
//document.onkeydown = ver
//free javascripts on http://www.ScriptBreaker.com
 function addbookmark()
{
bookmarkurl = location.href
bookmarktitle= document.title
if (document.all)
window.external.AddFavorite(bookmarkurl, bookmarktitle)
}