function popupImageInNewWindow(imageDirectory,imageNumber,imageWidth,imageHeight) {
	theHeight=parseInt(imageHeight)+20;
	newWindow = window.open("/lib/php/displayPicture.php?Directory="+imageDirectory+"&Number="+imageNumber,"newWindow","width="+imageWidth+",height="+theHeight+",scrollbars=no");
	newWindow.focus();
}

function ResizeWindow(W, H) {
	H+=20;
	window.resizeBy(W-document.body.clientWidth, H-document.body.clientHeight);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
}
