function PhotoView(file)
{
	window.open(file,'Photos','width=640, height=440, left=100,top=50,scrollbars=yes,status=yes');
}
