function file_name_only(str) 
	{ 
		var slash = '/' 
		if (str.match(/\\/)) { 
		slash = '\\' 
	} 
 
switch (str.substring(str.lastIndexOf(slash) + 1, str.lastIndexOf('.')) )
{
case 'index':
  return '0'
  break;
case 'equipment':
  return '2'
  break;
case 'Creditapp':
  return '3'
  break;
 case 'webuy':
  return '4'
  break;
 case 'contact':
  return '5'
  break;
 case 'history':
  return '6'
  break;
default:
	return '0'
}

} 
function cdd_menu125372(){//////////////////////////Start Menu Data/////////////////////////////////

//**** NavStudio, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
//Note: This data file may be manually customized outside of the visual interface.

    //Unique Menu Id
	this.uid = 125372


/**********************************************************************************************

                               Icon Images

**********************************************************************************************/


    //Pointer icon images (follow the mouse)

	this.point_icon_image0 = "small_red_pointer.gif"
	this.point_icon_image_wh0 = "7,8"
	this.point_icon_image_xy0 = "0,0"
	this.point_icon_image_br0 = false




/**********************************************************************************************

                              Global - Menu Container Settings

**********************************************************************************************/


	this.menu_background_color = "#ebebeb"
	this.menu_border_color = "#000000"
	this.menu_border_width = 1
	this.menu_padding = "2,4,2,4"
	this.menu_border_style = "solid"
	this.divider_caps = false
	this.divider_width = 2
	this.divider_height = 1
	this.divider_background_color = "#ffffff"
	this.divider_border_style = "none"
	this.divider_border_width = 0
	this.divider_border_color = "#000000"
	this.menu_is_horizontal = false
	this.menu_width = "120"
	this.menu_xy = "-14,-19"
	this.menu_scroll_direction = 4
	this.menu_scroll_reverse_on_hide = true
	this.menu_scroll_delay = 0
	this.menu_scroll_step = 5




/**********************************************************************************************

                              Global - Menu Item Settings

**********************************************************************************************/


	this.menu_items_background_color_roll = "#c9c8c7"
	this.menu_items_text_color = "#333333"
	this.menu_items_text_decoration = "none"
	this.menu_items_font_family = "Arial"
	this.menu_items_font_size = "11px"
	this.menu_items_font_style = "normal"
	this.menu_items_font_weight = "normal"
	this.menu_items_text_align = "left"
	this.menu_items_padding = "4,5,4,5"
	this.menu_items_border_style = "solid"
	this.menu_items_border_color = "#000000"
	this.menu_items_border_width = 0
	this.menu_items_width = 110




/**********************************************************************************************

                              Main Menu Settings

**********************************************************************************************/


        this.icon_point_main = 0
        this.menu_background_color_main = "transparent"
        this.menu_items_background_color_roll_main = "transparent"
        this.menu_items_text_color_main = "#ffffff"
        this.menu_border_color_main = "transparent"
        this.menu_items_font_family_main = "Arial"
        this.menu_items_font_weight_main = "bold"
        this.menu_items_font_style_main = "normal"
        this.menu_items_font_size_main = "12px"
        this.menu_items_border_width_main = "0"
        this.menu_items_padding_main = "10,5,10,0"
        this.menu_width_main = 186
        this.menu_is_horizontal_main = false

        this.item0 = "Home Page"
	this.item1 = "Construction Equipment Guide"
        this.item2 = "Equipment"
        this.item3 = "On-line Credit App"
        this.item4 = "We Buy Equipment"
        this.item5 = "Contact Information"
        this.item6 = "Company History"
		
		var filename = file_name_only(document.location.href)
		
		switch (filename)
		{
			case '0':
			  this.item_text_color0 = "#ffff00"
			  break;
			case '1':
			  this.item_text_color1 = "#ffff00"
			  break;
			case '2':
			  this.item_text_color2 = "#ffff00"
			  break;
			case '3':
			  this.item_text_color3 = "#ffff00"
			  break;
			 case '4':
			 this.item_text_color4 = "#ffff00"
			  break;
			 case '5':
			 this.item_text_color5 = "#ffff00"
			  break;
			case '6':
			 this.item_text_color6 = "#ffff00"
			  break;
			default:
				return '7'
		}


        this.url0 = "index.asp"
        this.url1 = "http://www.constructionequipmentguide.com/pages/archives/search.asp?textfield=mcallister%20equipment"
	this.url2 = "reports/equipment.asp"
        this.url3 = "Creditapp.asp"
        this.url4 = "webuy.asp"
        this.url5= "contact.asp"
        this.url6 = "history.asp"
	this.url_target1 = "_blank"




/**********************************************************************************************

                              Sub Menu Settings

**********************************************************************************************/


    //Sub Menu 0




    //Sub Menu 1




    //Sub Menu 2




    //Sub Menu 3




    //Sub Menu 4




    //Sub Menu 5




    //Sub Menu 6




}///////////////////////// END Menu Data /////////////////////////////////////////



//Document Level Settings

cdd__activate_onclick = false
cdd__showhide_delay = 100
cdd__url_target = "_self"
cdd__url_features = "resizable=1, scrollbars=1, titlebar=1, menubar=1, toolbar=1, location=1, status=1, directories=1, channelmode=0, fullscreen=0"
cdd__display_urls_in_status_bar = true
cdd__default_cursor = "hand"
cdd__go = true


//NavStudio Code (Warning: Do Not Alter!)

if (window.showHelp){b_type = "ie"; if (!window.attachEvent) b_type += "mac";}if (document.createElementNS) b_type = "dom";if (navigator.userAgent.indexOf("afari")>-1) b_type = "safari";if (window.opera) b_type = "opera"; qmap1 = "\<\script language=\"JavaScript\" vqptag='loader_sub' src=\""; qmap2 = ".js\">\<\/script\>";;function iesf(){};;function vqp_error(val){alert(val)}
if (b_type){document.write(qmap1+cdd__codebase+"pbrowser_"+b_type+qmap2);document.close();}

