<!--
var allowpop=1;
function popWin(){
var myWin=window.open('http://www.internet-law-compliance.com/Subscribe.htm','info','width=450,height=550,menubar=0,toolbar=0,location=0,scrollbars=yes,resizeable=yes,status=0');
}
// -->
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
message = "Function Disabled!";
function NoRightClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
   return false;
   }
}
document.onmousedown = NoRightClick;
// -->
<!--
// gets current date and converts it
function MakeArray(n) {
        this.length = n
        return this
}
monthNames = new MakeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"
function customDateString(oneDate) {
        var theMonth = monthNames[oneDate.getMonth() + 1]
        var theYear = 2004
        return theMonth + " " + oneDate.getDate() + ", " + theYear
}
//-->
<!--begin
var popup;
var height=575;
var width=600;
var left=(screen.width/2)-(600/2);
var top=(screen.height/2)-(575/2);
function linkpop(filename){
popup = window.open(filename, "","height="+height+",width="+width+",top="+top+",left="+left+",location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
}
// end -->
<!-- begin
function winPrint(){
if (window.print) 
{
  window.print();
}
else
{
  alert("Your Web Browser DOES NOT support this print method. Close this window and select File>Print from your Menus.");
}
}
//-->

