     if (isMenu) {
         menuVersion = 3;
         
         menuWidth = 0;
         childOverlap = 0;
         childOffset = 0;
         perCentOver = null;
         secondsVisible = 0.5;
         
         fntCol = "";
         fntSiz = "7";
         fntBold = false;
         fntItal = false;
         fntFam = "verdana, arial, helvetia, sans-serif";
         
         backCol = "";
         overCol = "";
         overFnt = "";
         
         borWid = 1;
         borCol = "#FFFFFF";
         borSty = "";
         itemPad = 1;
         
         imgSrc = "http://www2.mazzarello.com.br/scripts/seta.gif";
         imgSiz = 5;
         
         separator = 1;
         separatorCol = "#FFFFFF";
         
         isFrames = false;
         navFrLoc = "left";
         
         keepHilite = true;
         clickStart = false;
         clickKill = false;
     }