//more javascript from http://www.smallrain.net

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[0] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'<img src="images/d1.png">',
menupos:'right',
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["<img src='images/dv.gif' width=138 height=260 border=0 >", "#", ""]

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus(); 
