
function check(page) {
	if (top==self) {
		top.location.replace("/?page=" + page); 
	}
	
}

function showImage(thePath) {
	var popup;
	var theURL;

	theURL = "/show-image.php?path=" + thePath;
	popup = window.open(theURL, "popup", "width=100, height=100, resizable=yes, directories=no, toolbar=no, location=no, menubar=no, directories=no, status=no, left=300, top=100");
}
