/* copyright � 1996 - 2008 Jorge Vismara */
defaultStatus = "Pelourinho.Com    � 1996 - 2008 Jorge Vismara"

/* Front Page */

// PopUp Window asking for email address for the eGroups list
var f=1;
function hotspot(thissite,ww,hh)
	{
if(f==1) open(thissite,'Pelourinho.com popup','menubar=no,resizable=no,status=no,scrollbars=no,width=' + ww + ',height=' + hh + ',left=10,top=10,alwaysRaised=yes');
	}

// to disalow right click
// <script language="JavaScript1.2">
 //	function disableselect(e){
 //        return false;
 //        }
 //        function reEnable(){
 //        return true;
 //        }
 //        document.onselectstart=new Function ("return false");
 //        if (true){
 //        document.onmousedown=disableselect;
//        document.onclick=reEnable;
 //        }
 //
 //       var message="";
        ///////////////////////////////////
 //        function clickIE() {if (document.all) {(message);return false;}}
 //        function clickNS(e) {if
 //        (document.layers||(document.getElementById&&!document.all)) {
 //        if (e.which==2||e.which==3) {(message);return false;}}}
 //        if (document.layers)
 //        {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
 //        else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

 //        document.oncontextmenu=new Function("return false");
// </script>

// This Script was made with ASS Maker 2.0 (c)2000-2001 A.Madeira
// http://www.assmaker.homestead.com
function HideIt0() {
var start1 = "mail";
var start2 = "to:";
var at = "@";
var text1 = "%3Ccomments";
// var text1 = "%22Jorge%20Vismara%22%3Cevents";
var text2 = "pelourinho";
var text3 = ".com%3E?subject=Our%20comments%20follow";
var end1 = start1 + start2 + text1 + at + text2 + text3;
window.location = end1;
}


// removed... check the Copy of scripts.js in the Arquive folder


