
function galeria(url)
       {
       NewWin=window.open(url, "_blank", config="width=610,height=624,locationbar=0, statusbar=0,toolbar=0,left=35,top=0,scrollbars=no,menubar=no,resizable=no");
       }

function ablak(url,width,height)
	{
		var conf="width="+width+",height="+height+",locationbar=0, statusbar=0,toolbar=0,left=50,top=60,scrollbars=no,menubar=no,resizable=no,leftmargin=0,topmargin=0";
		NewWin=window.open(url,"_blank", config=conf);
}





function showhide(what){
fomenuk = new Array(menutree1outline,menutree2outline,menutree3outline,menutree4outline);
if (what.style.display=='none'){ 
for (var i=0; i<fomenuk.length; i++){ fomenuk[i].style.display='none'; }
what.style.display='';
}
else{
what.style.display='none'
}
}

       
       
function showhide2(what){
fomenuk = new Array(menu1tree1outline,menu2tree1outline,menu1tree2outline,menu2tree2outline,menu3tree2outline,menu4tree2outline,menu5tree2outline,menu6tree2outline,menu7tree2outline);
if (what.style.display=='none'){ 
for (var i=0; i<fomenuk.length; i++){ fomenuk[i].style.display='none'; }
what.style.display='';
}
else{
what.style.display='none'
}
}
