function openWindowWithSize (strUrl, objPhoto)
{
	//, height='" + (objPhoto.height + 10) + "', width='" + (objPhoto.width + 10) + "'
	window.open (strUrl, "wndPhoto","status=0,toolbar=0, location=0, menubar=0, directories=0, resizable=1"); 
}

