function ViewPhoto(n,x,y)
{ 
	pars1="toolbar=0,menubar=0,location=0,status=0,resizable=no,scrollbars=no, width="+x+", height="+y+", top=0,left=0";
	url='viewphoto.html?p='+n;
	window.open(url,'photos',pars1);
}
