/*var w = 400;
var h = 250;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);

function apriCerca() {	
	//window.open("/servizi/ricerca_pdv/ricerca_popup.html","Cerca", "menubar=no,width=840,height=630,toolbar=no,scrollbars=no,");
	window.open("/servizi/ricerca_pdv/ricerca_popup_temp.html","Cerca", "menubar=no,width=840,height=380,toolbar=no,scrollbars=no,");	
}

function apriFormRivenditore() {
	window.open("/servizi/rivenditori/modello.html","FormRivenditore", "menubar=no,width=425,height=860,toolbar=no,scrollbars=yes,left=" + l);
}*/

/*
var path = "/" + _section + "/images";
if (_subsection != '' ) {
	path = "/" + _section + "/" + _subsection + "/images";
}

function toggleMenu(menuId){
	var obj = document.getElementById('menu_' + menuId).style;
		if (obj.display == 'block'){
		obj.display = "none";
		document.getElementById("parent_" + menuId).style.background = "url(" + path + "/bg_piu_menu.gif)";

		//firstLevelObj.className = "chiuso";
	} else {
		obj.display = "block";
		document.getElementById("parent_" + menuId).style.background = "url(" + path + "/bg_meno_menu.gif)";
	}
	
}

var _statusMenu = "open";

function closeAll(countItemsMenu){
	if (_statusMenu == "open"){
		_statusMenu = "close";
		document.getElementById('labelAll').innerHTML = "Apri tutto";
		document.getElementById('labelAll').style.background = "url(" + path + "/bg_apritutto.gif)";
		for (a=1;a <= countItemsMenu;a++){
			var obj = document.getElementById('menu_' + a);
			if(obj != undefined) {
				obj.style.display = "none";
				document.getElementById("parent_" + a).style.background = "url(" + path + "/bg_piu_menu.gif)";
			}
		}
	} else {
		_statusMenu = "open";
		document.getElementById('labelAll').innerHTML = "Chiudi tutto";
		document.getElementById('labelAll').style.background = "url(" + path + "/bg_chiuditutto.gif)";
		for (a=1;a <= countItemsMenu;a++){
			var obj = document.getElementById('menu_' + a);
			if(obj != undefined) {
				obj.style.display = "block";
				document.getElementById("parent_" + a).style.background = "url(" + path + "/bg_meno_menu.gif)";
			}
			
		}
	}
}

*/

//JavaScript Document

lastdom='empty'; 
function showLevel(lyr) 
	{ 
	if (lastdom!='empty') lastdom.style.display='none'; 
	lastdom=document.getElementById(lyr); 
	lastdom.style.display='block';
	}

