if((window != top) && !(/agenziastampa\.net$/.test(location.hostname)))
	top.location.href = location.href;

var tv = null;
MenuTree.iconsPath = 'images/ext_icons/index.html';
function MenutreeInit()
	{
	mt = MenuTree.create('menu', 'menubutton=0,menuicon=0');
	with(mt.root)
		{
		addMenuitem('profilo', 'Presentazione', [], 'profilo.htm');
		addMenuitem('software', 'Prodotti Software', [], 'software.htm');
       	addMenuitem('hardware', 'Prodotti Hardware', [], 'hardware.htm');
		addMenuitem('rivenditori', 'Rivenditori', [], 'rivenditori.htm');
        addMenuitem('training', 'Training', [], 'training.htm');
		addMenuitem('supporto', 'Supporto tecnico', [], 'supporto.htm');
		addMenuitem('faq', 'F.A.Q.', [], 'faq.htm');
		addMenuitem('preventivi', 'Preventivi', [], 'preventivi.htm');
		}
	}

