 /*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

	// this is for the site 
 path = "/"
  //this is for local
   //path = "/visuConsultants/"

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#000000" 
   
   DQM_menu_bgcolor = "#0274bc"
   DQM_hl_bgcolor = "#b8dbef" 

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor =  "#ffffff" //"#333333"
   DQM_fontfamily = "Arial,Verdana,Tahoma" 
   DQM_fontsize = 12
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#004571"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 2



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = path + "images/menu/aboutus1.gif"
   DQM_rollover_wh0 = "62,21"

   DQM_rollover_image1 = path + "images/menu/services1.gif" 
   DQM_rollover_wh1 = "59,21"

 
   DQM_rollover_image2 = path + "images/menu/bulletinBoard1.gif" 
   DQM_rollover_wh2 = "87,21"

  /*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = path + "images/menu/bullet.gif"
   DQM_icon_rollover0 = path + "images/menu/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-62,21"
DQM_sub_menu_width0 = 130;
DQM_subdesc0_0 = "The Company"
DQM_subdesc0_1 = "Achievements"
DQM_subdesc0_2 = "Contact Us"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_url0_0 = path + "jsp/information/theCompany.jsp"
DQM_url0_1 = path + "jsp/information/achievements.jsp"
DQM_url0_2 = path  + "servlet/RetrieveStatesAndCountries"


DQM_sub_xy1 = "-79,21"
DQM_sub_menu_width1 = 155
DQM_subdesc1_0 = "Counselling" 
DQM_subdesc1_1 = "Coaching India"
DQM_subdesc1_2 = "Application Processing"
DQM_subdesc1_3 = "e-Application Status"
DQM_subdesc1_4 = "Visa Guidance"
DQM_subdesc1_5 = "Post Visa Services"
DQM_subdesc1_6 = "Bank Loans Guidance"
DQM_subdesc1_7 = "Travel Assistance"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_icon_index1_4 = 0
DQM_icon_index1_5 = 0
DQM_icon_index1_6 = 0
DQM_icon_index1_7 = 0
DQM_url1_0 = path + "jsp/information/services/counselling.jsp"
DQM_url1_1 = path + "jsp/information/services/coachingIndia.jsp"
DQM_url1_2 = path + "jsp/information/services/applicationProcessing.jsp"
DQM_url1_3 = path + "jsp/information/services/eApplicationStatus.jsp"
DQM_url1_4 = path + "jsp/information/services/visaGuidance.jsp"
DQM_url1_5 = path + "jsp/information/services/postVisaGuidance.jsp"
DQM_url1_6 = path + "jsp/information/services/educationalLoans.jsp"
DQM_url1_7 = path + "jsp/information/services/travelAssistance.jsp"


DQM_sub_xy2 = "-87,21"
DQM_sub_menu_width2 = 140;
DQM_subdesc2_0 = "Events"
DQM_subdesc2_1 = "Press Releases"
DQM_subdesc2_2 = "Student Feedback"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_url2_0 = path + "jsp/bulletin/event/eventsHome.jsp"; 
DQM_url2_1 = path  + "jsp/bulletin/pressRelease/pressReleaseHome.jsp"
//DQM_url2_2 = path  + "jsp/information/studentComments.jsp"
DQM_url2_2 = path  + "servlet/RetrieveStudentCommentsDetails?testID=0"
