Code:
menu[3] = { // REQUIRED!! This menu explicitly declares all available options even if they are the same as the defaults
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
/////////////////////////////////////
///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): ////////////
/////////////////////////////////////
d_colspan:3, // Available columns in menu body as integer
wrapbar:true, // extend and wrap bar below menu for a more solid look hdingwidth:150, // heading - non linked horizontal cells width
borderwidth:2, // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
baralign:'center', // bar (the vertical cell) right left or center text alignment
menufont:'billy', // menu font
fontsize:'100%', // express as percentage with the % sign
linktarget:'', // default link target, leave blank for same window (other
kviewtype:'absolute', // Type of keepinview - 'fixed' utilizes fixed menupos:'right', // set side that menu slides in from (right or left or top)
bartext:'Quick Links', // bar text (the vertical cell) use text or img tag
linkheight:25 , // linked horizontal cells height
hdingwidth:200 , // heading - non linked horizontal cells width
///////////////////////////
menuItems:[
["Bear Technical Services, LLC"], //create header
["Home", "http://www.beartechservices.com", "_new"],
["Services", "http://www.beartechservices.com/services","_new"],
["Support", "http://www.beartechservices.com/support", "_new"],
["About Us", "http://www.beartechservices.com/about", "_new"],
["Social Networks", "", "", 2, "no"], //create two column header w/ 2 and 1 column members, requires d_colspan:3
["", "", "", 1],
['<a href="http://www.facebook.com/pages/Glendale-AZ/Bear-Technical-Services/230638373918" target="_TOP" title="Bear Technical Services, LLC"><img src="http://badge.facebook.com/badge/230638373918.6077.1001061144.png" width="50" height="50" style="border: 0px;" /></a>', "", "", 1, "no"], //create three column row, requires d_colspan:3
['<a href="http://www.twitter.com/beartechservice" target="_TOP" title="Bear Technical Services, LLC"><img src="/soc-img/twitter.png" width="50" height="50" style="border: 0px;" /></a>', "", "", 1, "no"],
['<a href="http://www.myspace.com/beartechservices" target="_TOP" title="Bear Technical Services, LLC"><img src="/soc-img/myspace.png" width="50" height="50" style="border: 0px;" /></a>', "", "_", 1],
["Search", "", "", 2, "no"], //create two column header w/ 2 and 1 column members, requires d_colspan:3
["", "", "", 1],
["Google", "http://www.google.com/", "_new", 1, "no"], //create three column row, requires d_colspan:3
["Yahoo", "http://www.yahoo.com/", "_new", 1, "no"],
["Bing", "http://www.bing.com/", "_new", 1],
["Contact US", "", ""], //create header
['<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="250" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=ee6d6bffb20b8a117182c64b94f89f01950f551b&style=0" /></object>', "_new"],
['<iframe src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlq25l8uf798sq9ei6g5pujsrrumms6udoi9sr1r9dl3em59o7hs8e89g6uo1q51tt3d256p1rjt7luime5rtbfplpdo6v1iteig6k5ivt9tu3m3k1ig4b4u13obqggtts1c9nnkm48uocssvirb6odqfndn4re1ujcmn6a9ffcic93f47dfecqj3kbo7t4d91iqbfdcnilvno6tcid7dqg&w=150&h=40" frameborder="0" allowtransparency="true" width="150" height="40"></iframe>', "_new"],
["Thank You For Visiting Our Page"] //no comma after last entry
]}; // REQUIRED!! do not edit or remove
Bookmarks