function openPhoto(fileName, dir, title) 
{
	theURL = "photo-display.php?nm="+fileName+"&dir="+dir+"&title="+title;
	window.open(theURL, '', 'resizable=no,scrollbars=no,width=600,height=420');
}

function openMailSample(fileName, dir, title) 
{
	theURL = "photo-display.php?nm="+fileName+"&dir="+dir+"&title="+title;
	window.open(theURL, '', 'resizable=no,scrollbars=no,width=500,height=500');
}
