function viewphoto(url, width, height)
{ 
	open(url, "", 'menubar=no, directories=no, location=no, resizable=no, scrollbars=no, width=' + (width + 20) + ', height=' + (height + 25));
}

