function imgWindow(imgUrl) { 
	
	var link = 'image.php?imgUrl=' + imgUrl ;
	newWindow = window.open(link, "detail" ,"width=500,height=400,left=300,top=100,location=no,menubar=no,directories=no,toolbar=no,scrollbars=no,resizable=no,status=no", true);
	newWindow.focus();
}
function imgWindow2(imgUrl) { 
	
	var link = 'image.php?imgUrl=' + imgUrl ;
	newWindow = window.open(link, "detail" ,"width=620,height=601,left=300,top=100,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=no,status=no", true);
	newWindow.focus();
}
function imgWindow3(imgUrl) { 
	
	var link = 'image.php?imgUrl=' + imgUrl ;
	newWindow = window.open(link, "detail" ,"width=375,height=525,left=300,top=100,location=no,menubar=no,directories=no,toolbar=no,scrollbars=no,resizable=no,status=no", true);
	newWindow.focus();
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

