function showtab(what)
{
	document.getElementById('curpos').setAttribute("value",what);
	tabx=Array(1,USER_MODL_C,USER_MODL_D,1,show_modlxx)
	for(i=0;i<=4;i++)
	{
		if(tabx[i]==1) { 
			document.getElementById('tab_'+String.fromCharCode(97+i)).style.display="none";
			document.getElementById('tab_'+String.fromCharCode(97+i)+'x').style.backgroundImage = "url('"+tabcolor+"')"; 
		}
	}
	document.getElementById(what).style.display="block";
	document.getElementById(what+'x').style.backgroundImage = "url('"+tabcolor1+"')"; 
}	
function TAB_PIC() {
	width = document.picform.width_pic
	height = document.picform.height_pic
	swidth = screen.width 
	sheight = screen.height 
	var left = (swidth/2)-width/2;
	var top = (sheight/2)-height/2;
	window.open("_template/_big.php?pic="+document.picture.src,"Nazwa","resizable=no,width="+width+",height="+height+",top="+top+",left="+left+"");
}
window.onerror = null; 
