function mainJobWindow(URL,staTitle) {
	// URL and staTitle are not used as fed in, but could be so 
	// they will be left in the parameters
	var URL = "http://HRJobs.stpaultravelers.com/psp/PSHR620/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?FolderPath=PORTAL_ROOT_OBJECT.HC_HRS_CE_GBL2&IsFolder=false&IgnoreParamTempl=FolderPath%2cIsFolder";
	var attribs = "scrollbars=yes,resizable=yes,status=yes,toolbar=no,menubar=yes";
	Window = window.open(URL, "positionWin", attribs);
}

function jobwindow(URL,staTitle) {
	// from how to apply page
	Window = window.open(URL, "positionWin", "scrollbars=yes,resizable=yes,status=yes,toolbar=no,menubar=yes");
}
