/* open katalog */
function katopen(targeturl){
	newwin=window.open("","","scrollbars");
//	newwin=window.open("","","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes");
	if(document.all){
		newwin.moveTo(0,0);
		newwin.resizeTo(screen.width,screen.height);
	};
	newwin.location=targeturl;
}
function imgopen(imgurl){
	window.open(imgurl, "sit_img", "toolbar=no,menubar=no,scrollbars=yes,resizable=0,width=440,height=440,left=0,top=0");
}
/* open katalog */<!-- 

 -->
