//------- Common -------
var isHorizontal = 1;
var saveNavigationPath = 1;
var showByClick = 0;
var bottomUp = 0;
var orientation = 0;
var columnPerSubmenu = "";
var pressedItem = -2;
var blankImage = "blank.gif";
var pathPrefix = "";
var statusString = "link";

//------- Menu -------
var menuWidth = "";
var menuBorderWidth = "";
var menuBorderStyle = "none";
var menuBackImage = "";

//------- Menu Positioning -------
var absolutePos = 0;
var posX = 0;
var posY = 0;
var floatable = 0;
var floatIterations = 6;
var movable = 0;
var moveWidth = 12;
var moveHeight = 20;
var moveCursor = "default";
var moveImage = "";

//------- Submenu Positioning -------
var topDX = -7;
var topDY = 0;
var DX = -5;
var DY = 0;

//------- Font -------
var fontStyle = "bold 14px Verdana";
var fontColor = ["#FFFFFF","#FFFFFF"];
var fontDecoration = ["none","none"];

//------- Items -------
var itemBorderWidth = 1;
var itemBorderStyle = ["solid","solid"];
var itemBackImage = ["",""];
var itemAlign = "left";
var subMenuAlign = "";
var itemSpacing = 2;
var itemPadding = 2;
var itemCursor = "pointer";
var itemTarget = "_self";

//------- Colors -------
var menuBackColor = "";
var menuBorderColor = "";
var itemBackColor = ["#7FA3E1","#5C6996"];
var itemBorderColor = ["#7FA3E1","#FFFFFF"];

//------- Icons -------
var iconTopWidth = "";
var iconTopHeight = "";
var iconWidth = "";
var iconHeight = "";
var arrowImageMain = ["",""];
var arrowImageSub = ["",""];
var arrowWidth = "";
var arrowHeight = "";

//------- Separators -------
var separatorWidth = "100%";
var separatorHeight = "1";
var separatorAlignment = "left";
var separatorImage = "back.gif";
var separatorVWidth = "1";
var separatorVHeight = "100%";
var separatorVImage = "back.gif";

//------- Visual Effects -------
var transparency = "100";
var transition = 24;
var transDuration = 150;
var transOptions = "";
var shadowLen = 4;
var shadowTop = 0;
var shadowColor = "#D6D6D6";

//------- CSS Mode -------
var cssStyle = 0;
var cssClass = "";

//------- MAC OS Additional -------
var macIEoffX = 10;
var macIEoffY = 15;
var macIEtopDX = 0;
var macIEtopDY = 2;
var macIEDX = -3;
var macIEDY = 0;

var menuItems = [
["Início","Default.htm", "", "", "Início", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["História","Historia.htm", "", "", "História", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Resultados","Resultados0.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2011","Resultados2011.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2010","Resultados2010.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2009","Resultados2009.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2008","Resultados2008.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2007","Resultados.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2006","Resultados2006.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2005","Resultados2005.htm", "", "", "", "", "", "", "", "", "",],["|Resultados 2004","Resultados2004.htm", "", "", "", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Pombal","Pombal0.htm", "", "", "", "", "", "", "", "", "",],["|Reprodutores","Pombal.htm", "", "", "", "", "", "", "", "", "",],["|Voadores","PombalV.htm", "", "", "", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Pombos","Pombos0.htm", "", "", "", "", "", "", "", "", "",],["|Campeões","PombosCamp.htm", "", "", "", "", "", "", "", "", "",],["|Cedidos com Destaque","PombosCedidos.htm", "", "", "", "", "", "", "", "", "",],["|Reprodutores Machos","Pombos.htm", "", "", "", "", "", "", "", "", "",],["|Reprodutores Fêmeas","PombosRF.htm", "", "", "", "", "", "", "", "", "",],["|Voadores Machos","PombosV.htm", "", "", "", "", "", "", "", "", "",],["|Voadores Fêmeas","PombosVF.htm", "", "", "", "", "", "", "", "", "",],["|Oferecidos","PombosOferecidos.htm", "", "", "", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Vendas","Vendas0.htm", "", "", "", "", "", "", "", "", "",],["|Vendas 2011","Vendas2011.htm", "", "", "", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Fotos","Fotos0.htm", "", "", "", "", "", "", "", "", "",],["|Amigos","Fotos.htm", "", "", "", "", "", "", "", "", "",],["|Entrega de Prémios","FotosEP.htm", "", "", "", "", "", "", "", "", "",],["|Pombos","FotosP.htm", "", "", "", "", "", "", "", "", "",],["|Visitas a Pombais","FotosVP.htm", "", "", "", "", "", "", "", "", "",],["|Outras","FotosO.htm", "", "", "", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Notícias","Noticias.htm", "", "", "Notícias", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Links","Links.htm", "", "", "Endereços De Paginas De Internet", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],["Contactos","Contactos.htm", "", "", "Os meus contactos", "", "", "", "", "", "",],["","", "sep.gif", "", "", "", "", "", "", "", "",],
];

apy_init(); 
