
var left_corner_x =140; // x-coordinate of top left corner of dropdown menu 
var left_corner_y = 363; // y-coordinate of top left corner of dropdown menu 
var back_color = '#333333'; // the background color of dropdown menu 
var border_color = 'white'; // the color of dropdown menu border
var border_size  = '1'; // the width of dropdown menu border
var menu_width   = '150'; // the width of dropdown menu 
//// Don't change these parameters
var delay  = 400; /////
var active_layer_id = -1;  /////
var on_layer_id  = -1;  /////
var buff_id  = -1;  /////
/// ---------------------------- 
//Script developed by Alexey
//for support visit http://www.geocities.com/menulite
//submitted to A1 JavaScripts - www.a1javascripts.com
// menu content; the dropdown menus themselves between '' and items of every dropdown menu are diveded by |; 
// 


menu_content     = new Array ("<a href=doctoral_courses.htm class=subMenu>  &nbsp; &nbsp; Doctoral Level Courses</a> |<a href=undergraduate_courses.htm class=subMenu>  &nbsp; &nbsp; Undergraduate Courses</a>");

