function showfile(dpath)
{
        HM_NS4 = (document.layers) ? true : false;
	HM_BrowserString1 = HM_NS4 ? "NS4" : "IE4";

	if(HM_BrowserString1 == "NS4")
	{
	  window.open(dpath,'lively','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=525')
	}
	else
	{
	  window.open(dpath,'lively','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=700,height=525')
	}
}

function photofile(ppath)
{
        HM_NS4 = (document.layers) ? true : false;
	HM_BrowserString1 = HM_NS4 ? "NS4" : "IE4";

	if(HM_BrowserString1 == "NS4")
	{
	  window.open(ppath,'lively','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=yes')
	}
	else
	{
	  window.open(ppath,'lively','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=yes')
	}
}