function photo(url)
{
	window.open("imgbase/"+url,'','"toolbar=0,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0, height=550,width=600,left=' + (screen.width-600)/2 + ' ,top=' + (screen.height-550)/2 +'"');
}

