// johnny cison
// www.doodlesstudio.com

function uphoto_zoom(p, w, h)
{
	var doodleswin=window.open('/userphoto/?p='+p, '_blank', 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h);
	doodleswin.moveTo((screen.width-w)/2, ((screen.height-h)/2)-30); doodleswin.focus();
	return false;
}
