var back_color = '#FFFFFF'; // the background color of dropdown menu 
var border_color = '#00539F'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
//// Don't change these parameters
var delay  = 100; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////
/// ----------------------------
// menu content; the dropdown menus themselfs between '' and items of every dropdown menu are diveded by |; 
x_coords = new Array(75,120);
y_coords = new Array(260,100);
menu_widths = new Array(100,100);
menu_content = new Array 
('<a href="health.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(&#39;healthBut&#39;,&#39;&#39;,&#39;images/nav/btn-health-1.gif&#39;,1);"><img src="images/nav/btn-health-0.gif" id="healthBut" alt="" border="0"></a>'+
'| <a href="real.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(&#39;realBut&#39;,&#39;&#39;,&#39;images/nav/btn-reallife-1.gif&#39;,1);"><img src="images/nav/btn-reallife-0.gif" id="realBut" alt="" border="0"></a>');
