/*popup locationmap starts*/
function login(showhide){
		if(showhide == "show"){
			document.getElementById('popupbox').style.visibility="visible"; /* If the function is called with the variable 'show', show the login box */
		}
		else if(showhide == "hide"){
			document.getElementById('popupbox').style.visibility="hidden"; /* If the function is called with the variable 'hide', hide the login box */
		}
}
/*popup locationmap ends*/
function ShowVideo(videoNum){
	//alert(videoNum);
	document.play.video.value=videoNum;
	document.play.submit();
	return true;
}

function openWindow(image) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	winWidth = 550;
	winHeight = 520;
	sLeft = (sWidth - winWidth) / 2;
	sTop = (sHeight - winHeight) / 2;
	window.open("newWindow.php?image=" + image,"Joseph", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=0,scrollbars=1,resizable=0");
	//window.open(image, "ChrisGroom", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=1,scrollbars=0,resizable=0");

return;
}

function openWindow1(image) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	winWidth = 680;
	winHeight = 590;
	sLeft = (sWidth - winWidth) / 2;
	sTop = (sHeight - winHeight) / 2;
	window.open("newWindow1.php?image=" + image,"Joseph", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=0,scrollbars=1,resizable=0");
	//window.open(image, "ChrisGroom", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=1,scrollbars=0,resizable=0");

return;
}

function openWindow2(image) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	winWidth = 525;
	winHeight = 590;
	sLeft = (sWidth - winWidth) / 2;
	sTop = (sHeight - winHeight) / 2;
	window.open("newWindow2.php?image=" + image,"Joseph", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=0,scrollbars=1,resizable=0");
	//window.open(image, "ChrisGroom", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=1,scrollbars=0,resizable=0");

return;
}

function openWindow3(image) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	winWidth = 500;
	winHeight = 435;
	sLeft = (sWidth - winWidth) / 2;
	sTop = (sHeight - winHeight) / 2;
	window.open("newWindow3.php?image=" + image,"Joseph", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=0,scrollbars=1,resizable=0");
	//window.open(image, "ChrisGroom", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=1,scrollbars=0,resizable=0");

return;
}

function openWindow4(image) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	winWidth = 432;
	winHeight = 623;
	sLeft = (sWidth - winWidth) / 2;
	sTop = (sHeight - winHeight) / 2;
	window.open("newWindow4.php?image=" + image,"Joseph", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=0,scrollbars=1,resizable=0");
	//window.open(image, "ChrisGroom", "width=" + winWidth + ",height=" + winHeight + ",top=" + sTop + ",left=" + sLeft + ",toolbar=0,menubar=0,status=1,scrollbars=0,resizable=0");

return;
}

function closeWindow() {
	parent.window.opener.window.focus();
	parent.window.close();
}