/********************************************************
Mike Stocke
Foundry Designs Inc.
12-3-2005

This .js file has all of the JavaScriptfunctions required
for the Red Moose Lodge 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=520,height=520,screenX=0,screenY=0,top=0,left=0');
}

function popup2(theURL,winName) {
  window.open(theURL,'_blank');
  window.close();
}

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=550,height=570,screenX=0,screenY=0,top=0,left=0');
}
