function OpenNewWindow(filename)
{
	window.open(filename,'viewPhoto','height=250,width=450,resizable=0,status=0,toolbar=0,menubar=0,location=0,scrollbars=0');
}
