function popup(what) 
	{ 
		wopt="scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no,width=585,height=795,screenX=50,screenY=50"; 
		newpop=window.open("",what,wopt); 
		newpop.document.open(); 
		newpop.document.write('<html><head><title>Гурт Кома / Галерея</title></head>'); 
		wobo="this.resizeTo(this.document.getElementsByTagName('IMG').item(0).width+160,this.document.getElementsByTagName('IMG').item(0).height+200)"; 
		newpop.document.write('<body onload="'+wobo+'"><center><table cellspacing="0" cellpadding="0" height="100%"><tr><td><img src="img/photos/b/'+what+'.jpg"></td></tr></table></center></body></html>'); 
		newpop.document.close(); 
	}

function movie(newURL) 
{
  window.open(newURL, "newwin", "toolbar=no,width=660,height=540,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");
}

