//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
var the_url=(document.location + " ");
var first_split = the_url.split("/");


var starturl = "http://www.impsap.net";
//var starturl = "http://demo.impsap.net";
//var starturl = "http://localhost/impsap";

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/menubullet.gif"
	this.rel_icon_rollover0 = "../images/menubullet1.gif"
	this.rel_icon_image_wh0 = "14,11"
	
	this.abs_icon_image1 = "../images/arrow.gif"
	this.abs_icon_rollover1 = "../images/arrow.gif"
	this.abs_icon_image_wh1 = "17,13"
	this.abs_icon_image_xy1 = "-20,2"

    //Absolute positioned icon images (coordinate positioned)

	





/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true



/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	this.menu_width = 140				//applies to vertical menus
	this.menu_height = 29
	this.menu_width_items = 140			//applies to items in a horizontal menu
	this.menu_width_item0 = 120			//applies to items in a horizontal menu
	this.menu_width_item1 = 145			//applies to items in a horizontal menu
	this.menu_width_item2 = 145			//applies to items in a horizontal menu
	this.menu_width_item3 = 145			//applies to items in a horizontal menu
	this.menu_width_item3 = 152			//applies to items in a horizontal menu


   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "6,0,0,0"
	this.item_padding_sub = "0,0,0,0"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_widthX = 115
	this.menu_width_itemsX = 100
	this.menu_width_item0_0 = 100

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "0,0,0,0"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1





/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = "";
	this.hide_menu = "";


 //available specific settings


	//this.show_menuX = "alert('show id')";
	//this.hide_menuX = "alert('hide id')";
	//this.clickX = "alert('execute custom click item code')"


/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "HOME    "
	this.icon_rel0 = 0
	this.url0= starturl + "/index.html";
	
	this.item1 = "PRODUCTS     "
	this.icon_rel1 = 0
	this.url1=window.location.href;
	
	this.item2 = "PARTNERS"
	this.icon_rel2 = 0
	this.url2= starturl + "/partners.html";
	
	this.item3 = "HOSTING"
	this.icon_rel3 = 0
	this.url3= starturl + "/hosting.html";
	
	this.item4 = "CONTACT US"
	this.icon_rel4 = 0
	this.url4= starturl + "/contactus.html";


/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


   //Sub Menu 1
	
	this.menu_xy1 = "-130,22"
	this.menu_width1 = 190
        
	this.item1_0 = "Liquid Inventory Module (LIM)"
	this.item1_1 = "Warehouse Inventory Module (WIM)"

	this.url1_0 = window.location.href;
	this.url1_1 = window.location.href;
	
	this.icon_abs1_0 = 1
	this.icon_abs1_1 = 1
	
	//Sub Menu 1_0

	this.menu_xy1_0 = "1,0"
	this.menu_width1_0 = 150
	this.menu_width1_1 = 150

	this.item1_0_0 = "Product Overview"
	this.item1_0_1 = "Product Main Features"
	this.item1_0_2 = "Architecture"
	this.item1_0_3 = "Email Solicitation"
	
	this.item1_1_0 = "Product Overview"
	this.item1_1_1 = "Product Main Features"
	//this.item1_1_2 = "Email Solicitation"


	this.url1_0_0 = '../limproductovervview.html'
	this.url1_0_1 = '../limmainfeatures.html'
	this.url1_0_2 = '../architecture.html'
	this.url1_0_3 = '../emailsolicitation.html'
	
	this.url1_1_0 = '../wimproductovervview.html'
	this.url1_1_1 = '../wimmainfeatures.html'
	//this.url1_1_2 = '../emailsolicitation.html'




}///////////////////////// END Menu Data /////////////////////////////////////////


