function okienko(what,w,h)
{
	if (w == 0)
		w = 780;
	if (h == 0)
		h = 560;
	v = "width="+(w+32)+",height="+(h+32)+",scrollbars=1";
	okno = window.open(what,"",v);
}


function GroupDelegate(id) {
   var objLink = document.getElementById(id);
   Lightbox.prototype.start(objLink);

   //alert(id);
   //var objLink = document.getElementById(id);

}