// JavaScript Document
function goNewWin() {
	// Set height and width
	var NewWinHeight=600;
	var NewWinWidth=615;
	// Place the window
	var NewWinPutX=400;
	var NewWinPutY=100;
	//Get what is below onto one line
	TheNewWin =window.open("career-MgrIT.htm",'career','fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	//Get what is above onto one line
	TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
	TheNewWin.moveTo(NewWinPutX,NewWinPutY);
}
function goNewWin1() {
	// Set height and width
	var NewWinHeight=600;
	var NewWinWidth=615;
	// Place the window
	var NewWinPutX=400;
	var NewWinPutY=100;
	//Get what is below onto one line
	TheNewWin =window.open("career-pmgr.htm",'career','fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	//Get what is above onto one line
	TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
	TheNewWin.moveTo(NewWinPutX,NewWinPutY);
}
function goNewWin2() {
	// Set height and width
	var NewWinHeight=600;
	var NewWinWidth=615;
	// Place the window
	var NewWinPutX=400;
	var NewWinPutY=100;
	//Get what is below onto one line
	TheNewWin =window.open("profile_CEO.htm",'career','fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	//Get what is above onto one line
	TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
	TheNewWin.moveTo(NewWinPutX,NewWinPutY);
}
function goNewWin3() {
	// Set height and width
	var NewWinHeight=600;
	var NewWinWidth=615;
	// Place the window
	var NewWinPutX=400;
	var NewWinPutY=100;
	//Get what is below onto one line
	TheNewWin =window.open("profile_ED.htm",'career','fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	//Get what is above onto one line
	TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
	TheNewWin.moveTo(NewWinPutX,NewWinPutY);
}
function goNewWin4() {
	// Set height and width
	var NewWinHeight=600;
	var NewWinWidth=615;
	// Place the window
	var NewWinPutX=400;
	var NewWinPutY=100;
	//Get what is below onto one line
	TheNewWin =window.open("profile_GM.htm",'career','fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
	//Get what is above onto one line
	TheNewWin.resizeTo(NewWinHeight,NewWinWidth);
	TheNewWin.moveTo(NewWinPutX,NewWinPutY);
}