username="service";
at="@";
domainname="hyperdesignenterprises.com";

function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

function popupWindowScroll(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

var message="Thank You for Visiting our Store ";
function click(e) {
   if (document.all) {
      if (event.button==2||event.button==3) {
         alert(message);
         return false;
      }
   }
   
   if (document.layers) {
      if (e.which == 3) {
      alert(message);
      return false;
      }
   }
}

if (document.layers) {
   document.captureEvents(Event.MOUSEDOWN);
}

document.onmousedown=click;

document.write("<META HTTP-EQUIV='imagetoolbar' CONTENT='no'>");