//Help System Functions
//Ben 06/17/06

//Global variables
var winCal;

//Pop a window with the passed URL
function HelpPopup(cURL){
	wHelp=window.open(cURL,"wHelp","height=500, width=450, scrollbars=1, resizable=0,directories=0,menubar=0,location=0,toolbar=0,status=0");
}
