function popWindow(whichImg,alt){

		popWin = window.open('/html/popUpImg.asp?whichImg=' + whichImg +'&alt='+alt, 'popWin', 'width=380,height=405,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top='+ ((screen.availHeight / 2) - 300) +',left='+ ((screen.availWidth / 2) - 209) +',copyhistory=no,alwaysRaised=yes');
		setTimeout('popWin.focus();',250);
}

function popTACWindow(){

		tacWin = window.open('/tandc.php','tacWin', 'width=380,height=405,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,top='+ ((screen.availHeight / 2) - 300) +',left='+ ((screen.availWidth / 2) - 209) +',copyhistory=no,alwaysRaised=yes');
		setTimeout('tacWin.focus();',250);
}

function popWebCamWindow(whichCam){

		popWin = window.open(whichCam, 'popCam', 'width=704,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top='+ ((screen.availHeight / 2) - 350) +',left='+ ((screen.availWidth / 2) - 350) +',copyhistory=no,alwaysRaised=yes');
		setTimeout('popWin.focus();',250);
}