function cdd_menu551011(){//////////////////////////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 = 551011


/**********************************************************************************************

                               Icon Images

**********************************************************************************************/






/**********************************************************************************************

                              Global - Menu Container Settings

**********************************************************************************************/


	this.menu_background_color = "#A3A05B"
	this.menu_border_color = "#000000"
	this.menu_border_width = "0"
	this.menu_padding = "2,4,2,4"
	this.menu_border_style = "solid"
	this.divider_caps = false
	this.divider_width = 0
	this.divider_height = 0
	this.divider_background_color = "#A2A2A2"
	this.divider_border_style = "none"
	this.divider_border_width = 0
	this.divider_border_color = "#000000"
	this.menu_is_horizontal = false
	this.menu_width = "130"
	this.menu_xy = "-100,-2"
	this.menu_scroll_direction = 1
	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 = "#A3A05B"
	this.menu_items_text_color = "#FDF5D0"
	this.menu_items_text_decoration = "underline"
	this.menu_items_font_family = "Arial"
	this.menu_items_font_size = "11px"
	this.menu_items_font_style = "normal"
	this.menu_items_font_weight = "bold"
	this.menu_items_text_align = "left"
	this.menu_items_padding = "2,4,2,4"
	this.menu_items_border_style = "solid"
	this.menu_items_border_color = "#000000"
	this.menu_items_border_width = 0
	this.menu_items_width = 110
	this.menu_items_text_color_roll = "#FFFFFF"
	this.menu_items_text_decoration_roll = "underline"




/**********************************************************************************************

                              Main Menu Settings

**********************************************************************************************/


        this.menu_is_horizontal_main = true

        this.item0 = "About Us"
		this.item_width0 = 80
        this.url0 = "aboutus.php"

        this.item1 = "Why Us"
        this.item_width1 = 67
        this.url1 = "whyus.php"

        this.item2 = "Show Room"
        this.item_width2 = 94
        this.url2 = "showroom.php"
				
        this.item3 = "Terms and Conditions"
		this.item_width3 = 150
		this.url3 = ""
		
		if(country_flg==1)
		{
	        this.item4 = (login_flg==1)?"My Account":"Online Registration";
			this.item_width4 = (login_flg==1)?95:139;
			this.url4 = (login_flg==1)?"myaccount.php":"#";
			
    	    this.item5 = (login_flg==1)?"Logout":"Login";
	        this.item_width5 = 64
			this.url5 = (login_flg==1)?"logout.php":"";
		}	
/**********************************************************************************************
                              Sub Menu Settings
**********************************************************************************************/
    //Sub Menu 0
    //Sub Menu 1
    //Sub Menu 2
    //Sub Menu 3

        this.menu_xy3 = "-146,3"
        this.menu_width3 = 177

        this.item3_0 = "Privacy Policy"
        this.item3_1 = "FAQ"
        this.item3_2 = "Warranty"
        this.item3_3 = "Sales Agreement"
        this.item3_4 = "Installer Rererral Agreement"
        this.item3_5 = "Delivery Agreement"

        this.url3_0 = "privecypolicy.php"
        this.url3_1 = "faq.php"
        this.url3_2 = "warranty.php"
        this.url3_3 = "sales.php"
        this.url3_4 = "referralagreement.php"
        this.url3_5 = "deliveryagreement.php"



    //Sub Menu 4
	if(login_flg==0)
	{
        this.menu_xy4 = "-134,3"
        this.menu_width4 = 144

        this.item4_0 = "Customer Registration"


            //Sub Menu 4_0

             /*   this.menu_width4_0 = 144
				
				this.menu_xy4_0 = "0,-10"

                this.item4_0_0 = "Sub Item 4_0_0"

                this.url4_0_0 = "#"*/



        this.item4_1 = "Installer Registration"

        this.url4_0 = "userregistration.php"
        this.url4_1 = "free_installer.php"


    //Sub Menu 5

        this.menu_xy5 = "-60,3"
        this.menu_width5 = 82

        this.item5_0 = "Customer"
        this.item5_1 = "Installer"

        this.url5_0 = "login.php"
        this.url5_1 = "login.php"

	}
	else
	{
		this.menu_xy4 = "-91,3"
        this.menu_width4 = 150
		if(user_flg==1)
		{
		    this.item4_0 = "Customer Service"
    	    this.url4_0 = "customerservice.php"
			
		    this.item4_1 = "RMA"
    	    this.url4_1 = "rma.php"

        	    //Sub Menu 4_0
	
            	 /*   this.menu_width4_0 = 144
							
				this.menu_xy4_0 = "0,-10"

                this.item4_0_0 = "Sub Item 4_0_0"

                this.url4_0_0 = "#"*/



	        this.item4_2 = "Place Order"
    	    this.url4_2 = "viewproduct.php?action=new"					// Write Url to go to that page by clicking on Place Order.
        	this.item4_3 = "Order Status"
			this.url4_3 = "orderstatus.php"
	        this.item4_4 = "How To Measure"
			this.url4_4 = "measure.php"
			this.item4_5 = "How To Order"
			this.url4_5 = "order.php"
			this.item4_6 = "How To Install"
			this.url4_6 = "install.php"
		}
		else
		{
			        this.item4_0 = "How To Measure"
					this.url4_0 = "measure.php"
					this.item4_1 = "How To Order"
					this.url4_1 = "order.php"
					this.item4_2 = "How To Install"
					this.url4_2 = "install.php"
		}



	
	}

}///////////////////////// 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"


//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();}

