/* ======================================================================
AUTHOR:  ed Kreeuwen, 
DATE  : 12/03/2008
========================================================================= */
var message="Function Disabled!";

function clickIE4(){
  if (event.button==2){
    alert(message);
    return false;
  }
}

function clickNS4(e){
  if (document.layers||document.getElementById&&!document.all){
    if (e.which==2||e.which==3){
      return false;
    }
  }
}

if (document.layers){
  document.captureEvents(Event.MOUSEDOWN);
  document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
  document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("return false")

function pop(welk,w,h){
  aleft=(screen.width / 2)-(w/2);
  atop=(screen.height / 2)-(h/2);
	tmpWin = window.open(welk, 'popi', 'toolbar=0,location=0,resizable=0,status=0,scrollbars=0,menubar=0,width='+ w +'px ,height= '+h+'px,left='+aleft+',top='+atop);
}

function bookm(){
var url="http://www.onlypee.com";var title="OnlyPee";
	if (window.sidebar){
	  window.sidebar.addPanel(title, url, "");
	}else{
	  if(window.opera && window.print){
	     // opera
		  var elem = document.createElement('a');
		  elem.setAttribute('href',url);
		  elem.setAttribute('title',title);
		  elem.setAttribute('rel','sidebar');
		  elem.click();
	  }else{
	    if(document.all){
	      window.external.AddFavorite(url, title);
	    }
	  }
	}
 document.images["yellow"].src="bookm.php?wat=777";
 return;
}


function contweb(){
  $beg="webmaster.grumpy";
  $mid="@";
  $end="gmail.com";
  window.open("mailto:"+$beg+$mid+$end);
}
