function shw(n){
b=document.getElementById(n);
b.className=b.className=='hover'?b.className='':b.className='hover';
}
function wo(u){window.open(u,'photo','resizable=yes,status=yes,width=1000,height=700');}
