function ViewPhoto(d,p,s)
{ 
	if(!s)
	s=0;
	pars1="toolbar=0,menubar=0,location=0,status=0,resizable="+s+",scrollbars="+s+", width=10, height=20, top=10,left=100";
	url='viewphoto.html?d='+d+'&p='+p+'&s='+s+'&code=empty';
	window.open(url,'photos',pars1);
}
