/********************************************************
Mike Stocke
Foundry Designs Inc.
12-3-2005

This .js file has all of the JavaScriptfunctions required
for the Courts of Highgate website
********************************************************/

function popup(theURL,winName,features) { 
  window.open(theURL,'popup','history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=788,height=528,screenX=0,screenY=0,top=0,left=0');
}

function popup2(theURL,winName,features) { 
  window.open(theURL,'popup','history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=788,height=528,screenX=0,screenY=0,top=0,left=0');
}

function popup3(theURL,winName,features) { 
  window.open(theURL,'popup','history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=630,height=510,screenX=0,screenY=0,top=0,left=0');
}