function test(imageSrc, size) {
	myWindow = window.open("../include/popupimage.php?imageSrc=" + imageSrc , "myWindow", "toolbar=no, menubar=no, scrollbars=no, status=yes, height=200, width=200, resizable=no, left=" + (document.documentElement.clientWidth / 4) +  ", top = " + (document.documentElement.clientHeight / 4))
}

function popUpImage(imageSrc, size) {
	myWindow = window.open("../../../include/popupimage.php?imageSrc=" + imageSrc , "myWindow", "toolbar=no, menubar=no, scrollbars=no, status=yes, height=200, width=200, resizable=no, left=" + (document.documentElement.clientWidth / 4) +  ", top = " + (document.documentElement.clientHeight / 4))
}