// johnny cison
// www.toomuchstupid.com
// if you're swiping the code, please leave my name in it.

function photoview(pid, width, height)
{
	var tmsphotowin=window.open('/photo/'+pid, 'TMSPhotoWin', 'toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height);
	tmsphotowin.moveTo((screen.width-width)/2, ((screen.height-height)/2)-30); tmsphotowin.focus();
}
