function openLargePhoto( imageDir, photo, w, h ) 
{

	MM_openBrWindow( imageDir + photo,'','width=' + w + ',height=' + h + ',left=20,top=20,screenX=20,screenY=20');
}
