var newWindow;

function doPopup(whichWindow)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open(whichWindow,"BlueLinkTPA",'toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=640,height=400');
}

function doBigPopup(whichWindow)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open(whichWindow,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=810,height=470');
}

function confirmPopup(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("../include/confirmPopup.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

function PRIMEalert2(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open(".public/include/PRIMEalert2.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

function confirmPopup2(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("public/include/confirmPopup.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}


function confirmPopup3(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("../public/include/confirmPopup.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

function confirmPopup4(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("../include/confirmPopup.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

function PRIMEalert(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("../include/PRIMEalert.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

function HAZalert(whichLocation)	{
	if (newWindow) {
		if (newWindow.closed == false) {
			newWindow.focus();
		}
	}
	newWindow = window.open("../include/HAZalert.html?loc=" + whichLocation,"BlueLinkTPA2",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=525,height=250');
}

