//Variablendeklaration

var cMain = 0;
var cSub = 0;
var cCellHeight = 23;
var Items = new Array(1);
var MetaItem = new Array(0);
var MetaBottomItem = new Array(0);
var selectionStyle = 3;
var MenuStyle = 1;
var SubMenuStyle = 1;
var BarStyle = 1;
var MainNavHeight = 16;
var MainNavWidth = 450;
var mnCellSpacing = 0;
var mnCellPadding = 0;
var sbCellSpacing = 0;
var sbCellPadding = 0;
var meCellSpacing = 0;
var meCellPadding = 0;
var mnTopImage = "";
var mnBottomImage = "";
var mnFixImage = "";
var mnFixImage_Sel = "";
var ChannelImage = "divBild1";
var sbFixImage = "";
var sbFixImage_Sel = "";
var mnOpen = 1;
var openedItem = "";
var searchURL = "";
var isNav = false;
var isIE  = false;
var inSubNav = false;
var lastMarker = "";
var lastMarkerID = "";
var lastSelImageID = "";

//*** CMS MenuVersion: 2
//*** CMS ExtendedProperties: 1


<!-- CMS Generated Code Start -->

Items[0] = new MenuItem(1, 0, "Prensa", "http://www.montafon.at/ViewPage.asp?Site=MONTAFON2&PageID=636", 0, 49, "http://www.montafon.at/Design/icons/00.gif", 0, 1)



<!-- CMS Generated Code End -->
	
var sumItems = Items.length;
var sumMetaItems = MetaItem.length;
var sumMetaBottomItems = MetaBottomItem.length;

if (parseInt(navigator.appVersion) >= 4)
{
	if (navigator.appName.indexOf("Netscape") != -1)
		isNav = true;
	if (navigator.appName.indexOf("Microsoft") != -1)
		isIE = true;
}
for (var n = 0; n <= sumItems - 1; n++)
{
	if (Items[n].ParentID == 0)
		cMain++;
}

function MenuItem(ItemID, ParentID, Item, Link, Type, subWidth, Icon, xPos, active) 
{
	this.ItemID 		= ItemID;
	this.ParentID 		= ParentID;
	this.ItemName 		= Item;
	this.ItemLink		= Link;
	this.ItemLinkType	= Type;
	this.ItemSubWidth	= subWidth;
	this.ItemIcon       = Icon;
	this.xPos			= xPos;
	this.active			= active;
}

function Meta(Item, Link, Type, active) 
{
	this.MetaName 		= Item;
	this.MetaLink		= Link;
	this.MetaLinkType	= Type;
	this.active	= active;
}

function MetaBottom(Item, Link, Type, active) 
{
	this.MetaName 		= Item;
	this.MetaLink		= Link;
	this.MetaLinkType	= Type;
	this.active	= active;
}
























































































































































































































