/* --------------------------------------
This menu has each submenu coded.
   Define a css navText for text
--------------------------------------*/

var applicationPath="";
var imageFolderPath= applicationPath+"/img";

SDDM_image1_src = imageFolderPath+"/nav_gene_watch.gif"
SDDM_image2_src = imageFolderPath+"/nav_currentprojects.gif"
SDDM_image3_src = imageFolderPath+"/nav_pastprojects.gif"
SDDM_image4_src = imageFolderPath+"/nav_support.gif"

SDDM_image1_highlight_src = imageFolderPath+"/nav_gene_watch1.gif"
SDDM_image2_highlight_src = imageFolderPath+"/nav_currentprojects1.gif"
SDDM_image3_highlight_src = imageFolderPath+"/nav_pastprojects1.gif"
SDDM_image4_highlight_src = imageFolderPath+"/nav_support1.gif"

/*--------------------------------------
   General Submenu Settings.
--------------------------------------*/
SDDM_submenu_y = 29
SDDM_submenu_width = 178

SDDM_hide_delay = 0

