//Start File

function popUp(URL, width, height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + width + ",height=" + height + "');");
}

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<scr"+"ipt language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/scr"+"ipt>";_d.write(mt)}
effect = "Fade(duration=0.0);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
timegap=500;// The time delay for menus to remain visible
followspeed=5;// Follow Scrolling speed
followrate=40;// Follow Scrolling Rate
suboffset_top=4;// Sub menu offset Top position
suboffset_left=6;// Sub menu offset Left position
closeOnClick = true;

// Root Level menu options
style1=[// style1 is an array of properties for the root menu. You can have as many property arrays as you need. This means that menus can have their own style.
"666666", "", "E83F03", "", "", 12, "normal", "normal", "Arial, Helvetica, sans-serif", 5, "", 0, "999966", "999966", "666666", "", "", "666666", "", "", ]

// Sub Level menu options
style2=["666666", "FFFFFF", "000000", "EEEEEE", "CCCCCC", 10, "normal", "normal", "Verdana, Arial, Helvetica, Sans-serif", 4, "",
0,
"66FFFF", "000099", "000000", "EEEEEE", "", "FFFFFF", "000099", "CCCCCC", ]

// 2nd Sub Level menu options
style3=["", "", "", "", "", , "", "", "", , "",
0,
"", "", "", "", "", "", "", "", ]


addmenu(menu=["mainmenu", 133, 68, 92, 0, , style1, 1, "center", , , 1, , , , , , , , , 20, ,"About Us", "show-menu=About Us", "#","",1
])

addmenu(menu=["About Us",
,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
,"What is Cap Ads?", "/content/about_what.asp", "/content/about_what.asp","",1
,"How Cap Ads work", "/content/about_how.asp", "/content/about_how.asp","",1
])

dumpmenus()

