/********************************************************
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(URLStr, left, top, width, height){
	popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

