function photo(url)
{

 var pop = window.open(url,"pop","width=400,height=400,scrollbars,resizable");
 
 pop.focus();
 
}