/**
 * @author wenbin
 */
var myLocalLang = Locale; 

//*********************************************/
// Define myObject root of all objects
function getDisplayName(myLang)
{
    if (myLang == 'EN')
    {return this.DisplayName_EN;}
    
    if (myLang == 'CN')
    {return this.DisplayName_CN;}
}

function getInsideNavDisplayPosition(myLang)
{
    if (myLang == 'EN')
    {return this.DisplayPosition_EN;}
    
    if (myLang == 'CN')
    {return this.DisplayPosition_CN;}
}

function myObject()
{    
    //NO attributes can be inherited from father!
    this.ParentPageObjectName = '';
    this.SelfURL = '';
    
    //For mutil-language display name.
    this.DisplayName_EN = '';
    this.DisplayName_CN = '';    
    this.DisplayName_JP = '';        
    this.DisplayName = getDisplayName;
    //this.AutoHidden = false;
    
    //For tab navigation extend string. 
    //    Such as, 'inside' of 'inside about LSI' in tab navigation 
    this.DisplayPosition_EN = 'LEFT';
    this.DisplayPosition_CN = 'RIGHT';
    this.DisplayPosition_JP = 'RIGHT';
    this.InsideNavDisplayPosition = getInsideNavDisplayPosition;
    
    //DisplayType
	//-30,
	//	  No breadcrumb and tab menu (drop menu)
	//-20,
	//	  No breadcrumb
	//-10, 
	//	  NO tab menu. (drop menu)
    //-1, Will not be displayed 
    //    1. For 'page not found'
    //    2. For 'feedback thank you page' 
    //0,  Normal, default
    //10, Show 'Inside self name' in tab navigation
    //    The section is not in the LSI family and is at the most top level with children
    //20, Show 'Inside LSI' in tab navigation   
    //    The file is at the most top level without children but not belong to any LSI family's sections
    //30,
    //    Temporary html
    this.DisplayType = 0;
}

//*********************************************/

var Inside_Nav = new myObject();
Inside_Nav.ParentPageObjectName = 'NULL';
Inside_Nav.SelfURL = '#';

//*********************************************/
/* Added for Right Column variables */
var all_news_links = new Array();
var home_news_links = new Array();
var product_news_links = new Array();
var corporate_news_links = new Array();
var earnings_news_links = new Array();
var storage_news_links = new Array();
var networking_news_links = new Array();
var mobility_news_links = new Array();
var all_event_links = new Array();
var networking_event_links = new Array();
var storage_event_links = new Array();
var testimonials = new Array();
//*********************************************/
//Set Object List

var arrObjectList = new Array();
arrObjectList.push('home_page');
    var home_page = new myObject();
    home_page.ParentPageObjectName = 'NULL';
    home_page.SelfURL = '/index.html';
    
arrObjectList.push('lsi_family');    
    var lsi_family = new myObject();
    lsi_family.ParentPageObjectName = 'NULL';
    lsi_family.SelfURL = '/index.html';
/************************************************************************/
function Push_TopLevel()
{
    arrObjectList.push('storage_home');
    arrObjectList.push('networking_home');
    arrObjectList.push('insight_center');
    arrObjectList.push('support_downloads');
    arrObjectList.push('about_lsi');   
}
Push_TopLevel();


    var storage_home = new myObject();
    storage_home.ParentPageObjectName = 'home_page';
    storage_home.SelfURL = '/storage_home/index.html';    

    var networking_home = new myObject();
    networking_home.ParentPageObjectName = 'home_page';
    networking_home.SelfURL = '/networking_home/index.html';    

    var insight_center = new myObject();
    insight_center.ParentPageObjectName = 'home_page';
    insight_center.SelfURL = '/insight_center/index.html';    

    var support_downloads = new myObject();
    support_downloads.ParentPageObjectName = 'home_page';
    support_downloads.SelfURL = '/support/index.html';    

    var about_lsi = new myObject();
    about_lsi.ParentPageObjectName = 'home_page';
    about_lsi.SelfURL = '/about/index.html';
	    
/************************************************************************/
//Only submenu in About LSI
function Push_AboutLSI()
{ 
        arrObjectList.push('corporate_information');
            arrObjectList.push('corporate_backgrounder');
            arrObjectList.push('executive_biographies');
                arrObjectList.push('talwalkar_biography');
            arrObjectList.push('corporate_milestones');
            arrObjectList.push('community_relations');
                arrObjectList.push('community_contributions');
                arrObjectList.push('coop_opportunities');
                arrObjectList.push('higher_education');
                //arrObjectList.push('software_donations');
    
        arrObjectList.push('careers');
            arrObjectList.push('culture_and_values');
                arrObjectList.push('employees_voices');
            arrObjectList.push('locations');
            arrObjectList.push('personal_development');
            arrObjectList.push('search_lsi_jobs');
            arrObjectList.push('university_recruiting');
            
            arrObjectList.push('us_benefits');        
                arrObjectList.push('medical_programs');
                arrObjectList.push('investing_saving');
                
        arrObjectList.push('investor_relations');
            arrObjectList.push('financial_analysts');
                arrObjectList.push('financial_calendar');
                        arrObjectList.push('investor_faq');
                arrObjectList.push('financial_documents');
                    arrObjectList.push('annual_reports');                
                arrObjectList.push('financial_summary');
                arrObjectList.push('corporate_governance');
                arrObjectList.push('sec_filings');            
                arrObjectList.push('stock_quote');
                arrObjectList.push('webcast_archive');
                arrObjectList.push('email_alerts');
                arrObjectList.push('request_materials');
				arrObjectList.push('online_proxy');
    			arrObjectList.push('ir_webcast');
				arrObjectList.push('investors_ir_template');
				
        arrObjectList.push('press_room');    
            arrObjectList.push('media_library');
				arrObjectList.push('logo_terms_and_conditions');
				arrObjectList.push('agreement_executive_photos');
				arrObjectList.push('agreement_product_photos');
				
                arrObjectList.push('corporate_images');
                    arrObjectList.push('executives_images');
                    arrObjectList.push('logos');
                    
                arrObjectList.push('product_images');
                    arrObjectList.push('consumer_ic');
                        //arrObjectList.push('dvd_for_the_holidays');
                        arrObjectList.push('dvd_recorders');
                    
                            arrObjectList.push('storage_ic');        
                        arrObjectList.push('controller_sas');
                                arrObjectList.push('controller_scsi');
                        arrObjectList.push('sas_expander');
                        arrObjectList.push('scsi_bus_expanders');
                    
                            arrObjectList.push('host_bus_adapters');
                        arrObjectList.push('hba_sas');
                        arrObjectList.push('hba_fibre_channel');
                        arrObjectList.push('hba_scsi');
                    
                            arrObjectList.push('internal_raid');
                        arrObjectList.push('megaraid_sas');
                        arrObjectList.push('megaraid_sata');
                        arrObjectList.push('megaraid_scsi');
                    
                    arrObjectList.push('external_raid');
                                    arrObjectList.push('storage_systems');
									
                    arrObjectList.push('product_images_template');
					
                arrObjectList.push('mediabin_application');
                
            arrObjectList.push('media_resources');
                arrObjectList.push('events');    
                    arrObjectList.push('webinar_archive');    
                arrObjectList.push('pr_contacts');
                arrObjectList.push('product_reviews');
                    arrObjectList.push('product_reviews_2006');
                    arrObjectList.push('product_reviews_2005');
                    arrObjectList.push('product_reviews_2004');
		arrObjectList.push('press_kit');   
		    //arrObjectList.push('lsi_agere_merger');
    
            arrObjectList.push('news_releases');    
                arrObjectList.push('corporate_news');
                arrObjectList.push('storage_news');
                arrObjectList.push('consumer_news');
				
			arrObjectList.push('success_story');
				arrObjectList.push('apex_digital');
				arrObjectList.push('customer_success_template');
				arrObjectList.push('echostar');
				arrObjectList.push('jvc_domino');
				arrObjectList.push('jvc_hdtv');
				arrObjectList.push('philips_dvd');
				arrObjectList.push('samsung');
				arrObjectList.push('scm');
				arrObjectList.push('seagate');
				
            
			arrObjectList.push('contacts_china');         
        //arrObjectList.push('email_alert_services');
        //arrObjectList.push('request_materials');
}
Push_AboutLSI();

        var corporate_information = new myObject();
        corporate_information.ParentPageObjectName = 'about_lsi';
        corporate_information.SelfURL = '/about/corporate_information/index.html';

            var corporate_backgrounder = new myObject();
            corporate_backgrounder.ParentPageObjectName =  'corporate_information';
            corporate_backgrounder.SelfURL = '/about/corporate_backgrounder.html';

            var executive_biographies = new myObject();
            executive_biographies.ParentPageObjectName =  'corporate_information';
            executive_biographies.SelfURL = '/about/executive_bios.html';

                var talwalkar_biography = new myObject();
                talwalkar_biography.ParentPageObjectName =  'executive_biographies';
                talwalkar_biography.SelfURL = '/about/talwalkar_bio.html';
            
            var corporate_milestones = new myObject();
            corporate_milestones.ParentPageObjectName = 'corporate_information';
            corporate_milestones.SelfURL = '/about/corporate_milestones.html';    

        var community_relations = new myObject();
        community_relations.ParentPageObjectName = 'corporate_information';
        community_relations.SelfURL = '/about/community_relations/index.html';    
            
            var community_contributions = new myObject();
            community_contributions.ParentPageObjectName = 'community_relations';
            community_contributions.SelfURL = '/about/community_relations/cmntycontrib.html';    

            var coop_opportunities = new myObject();
            coop_opportunities.ParentPageObjectName = 'community_relations';
            coop_opportunities.SelfURL = '/about/community_relations/college_relations.html';    

            var higher_education = new myObject();
            higher_education.ParentPageObjectName = 'community_relations';
            higher_education.SelfURL = '/about/community_relations/higher-ed.html';                    

    var careers = new myObject();
    careers.ParentPageObjectName = 'about_lsi';
    careers.SelfURL = '/careers/index.html';

        var culture_and_values = new myObject();
        culture_and_values.ParentPageObjectName = 'careers';
        culture_and_values.SelfURL = '/careers/culture_n_values/index.html';

            var employees_voices = new myObject();
            employees_voices.ParentPageObjectName = 'culture_and_values';
            employees_voices.SelfURL = '/careers/culture_n_values/employees_speak.html';

        var locations = new myObject();
        locations.ParentPageObjectName = 'careers';
        locations.SelfURL = '/careers/locations/index.html';                

        var personal_development = new myObject();
        personal_development.ParentPageObjectName = 'careers';
        personal_development.SelfURL = '/careers/personal_dev/index.html';    

        var search_lsi_jobs = new myObject();
        search_lsi_jobs.ParentPageObjectName = 'careers';
        search_lsi_jobs.SelfURL = 'http://lsilogic.apply2jobs.com/';                            

        var university_recruiting = new myObject();
        university_recruiting.ParentPageObjectName = 'careers';
        university_recruiting.SelfURL = '/careers/university/index.html';                            

        var us_benefits = new myObject();
        us_benefits.ParentPageObjectName = 'careers';
        us_benefits.SelfURL = '/careers/benefits/index.html';    

            var medical_programs = new myObject();
            medical_programs.ParentPageObjectName = 'us_benefits';
            medical_programs.SelfURL = '/careers/benefits/medical.html';    

            var investing_saving = new myObject();
            investing_saving.ParentPageObjectName = 'us_benefits';
            investing_saving.SelfURL = '/careers/benefits/invest.html';
                

    var investor_relations = new myObject();
    investor_relations.ParentPageObjectName = 'about_lsi';
    investor_relations.SelfURL = '/investors/index.html';

        var financial_analysts = new myObject();
        financial_analysts.ParentPageObjectName = 'investor_relations';
        financial_analysts.SelfURL = '/investors/fin_analysts.html';

        var financial_calendar = new myObject();
        financial_calendar.ParentPageObjectName = 'investor_relations';
        financial_calendar.SelfURL = '/investors/fin_calendar.html';                

        var investor_faq = new myObject();
        investor_faq.ParentPageObjectName =  'investor_relations';
        investor_faq.SelfURL = '/investors/investor_faq.html';    
        
            var financial_documents = new myObject();
        financial_documents.ParentPageObjectName = 'investor_relations';
        financial_documents.SelfURL = '/investors/quarterly_results.html';
            
            var annual_reports = new myObject();
            annual_reports.ParentPageObjectName = 'financial_documents';
            annual_reports.SelfURL = '/investors/annual_report/index.html';

        var financial_summary = new myObject();
        financial_summary.ParentPageObjectName =  'investor_relations';
        financial_summary.SelfURL = '/about/Knowing_LSILogic_FS.pdf';

        var corporate_governance = new myObject();
        corporate_governance.ParentPageObjectName =  'investor_relations';
        corporate_governance.SelfURL = '/investors/corp_gov.html';

        var sec_filings = new myObject();
        sec_filings.ParentPageObjectName = 'investor_relations';
        sec_filings.SelfURL = '/investors/sec_filing.html';

        var stock_quote = new myObject();
        stock_quote.ParentPageObjectName = 'investor_relations';
        stock_quote.SelfURL = '/investors/stock_info.html';

        var webcast_archive = new myObject();
        webcast_archive.ParentPageObjectName = 'investor_relations';
        webcast_archive.SelfURL = '/investors/webcast_arch.html';                

        var email_alerts = new myObject();
        email_alerts.ParentPageObjectName = 'investor_relations';
        email_alerts.SelfURL = '/investors/email_alert.html';

        var request_materials = new myObject();
        request_materials.ParentPageObjectName = 'investor_relations';
        request_materials.SelfURL = '/investors/req_materials.html';
		
		var online_proxy = new myObject();
		online_proxy.ParentPageObjectName = "investor_relations";
		online_proxy.SelfURL = "/investors/online_proxy.html";

		var ir_webcast = new myObject();
		ir_webcast.ParentPageObjectName = 'investor_relations';
		ir_webcast.SelfURL = '/inverstors/ir_webcast';
		ir_webcast.DisplayType = -10; 
		
		var investors_ir_template = new myObject();
		investors_ir_template.ParentPageObjectName = 'investor_relations';
		investors_ir_template.SelfURL = '/inverstors/ir_template.html';
		investors_ir_template.DisplayType = -20;											

		
    var press_room = new myObject();
    press_room.ParentPageObjectName = 'about_lsi';
    press_room.SelfURL = '/about/press_room.html';                
            
        var media_library = new myObject();
        media_library.ParentPageObjectName = 'press_room';
        media_library.SelfURL = '/about/media_library/index.html';    

            var corporate_images = new myObject();
            corporate_images.ParentPageObjectName = 'media_library';
            corporate_images.SelfURL = '/about/media_library/corporate_images/index.html';

                var executives_images = new myObject();
                executives_images.ParentPageObjectName = 'corporate_images';
                executives_images.SelfURL = '/about/media_library/corporate_images/executives_images.html';
                
                var logos = new myObject();
				logos.ParentPageObjectName = 'corporate_images';
                logos.SelfURL = '/about/media_library/corporate_images/logos.html';

            var product_images = new myObject();
            product_images.ParentPageObjectName = 'media_library';
            product_images.SelfURL = '/about/media_library/product_images/index.html';

                var consumer_ic = new myObject();
                consumer_ic.ParentPageObjectName = 'product_images';
                consumer_ic.SelfURL = '/about/media_library/product_images/dvd_recorders.html';

                    var dvd_recorders = new myObject();
                    dvd_recorders.ParentPageObjectName = 'consumer_ic';
                    dvd_recorders.SelfURL = '/about/media_library/product_images/dvd_recorders.html';
                    
                var storage_ic = new myObject();
                storage_ic.ParentPageObjectName = 'product_images';
                storage_ic.SelfURL = '/about/media_library/product_images/index.html';

                    var controller_sas = new myObject();
                    controller_sas.ParentPageObjectName = 'product_images';
                    controller_sas.SelfURL = '/about/media_library/product_images/controller_sas.html';
    
                    var controller_scsi = new myObject();
                    controller_scsi.ParentPageObjectName = 'product_images';
                    controller_scsi.SelfURL = '/about/media_library/product_images/controller_scsi.html';
    
                    var sas_expander = new myObject();
                    sas_expander.ParentPageObjectName = 'product_images';
                    sas_expander.SelfURL = '/about/media_library/product_images/expander_sas.html';
    
                    var scsi_bus_expanders = new myObject();
                    scsi_bus_expanders.ParentPageObjectName = 'product_images';
                    scsi_bus_expanders.SelfURL = '/about/media_library/product_images/expander_scsi.html';                    

                var host_bus_adapters = new myObject();
                host_bus_adapters.ParentPageObjectName = 'product_images';
                host_bus_adapters.SelfURL = '/about/media_library/product_images/index.html';

                    var hba_sas = new myObject();
                    hba_sas.ParentPageObjectName = 'host_bus_adapters';
                    hba_sas.SelfURL = '/about/media_library/product_images/hba_sas.html';                    
                
                    var hba_fibre_channel = new myObject();
                    hba_fibre_channel.ParentPageObjectName = 'host_bus_adapters';
                    hba_fibre_channel.SelfURL = '/about/media_library/product_images/hba_fibre_channel.html';                    
    
                    var hba_scsi = new myObject();
                    hba_scsi.ParentPageObjectName = 'host_bus_adapters';
                    hba_scsi.SelfURL = '/about/media_library/product_images/hba_scsi.html';                    

                var internal_raid = new myObject();
                internal_raid.ParentPageObjectName = 'product_images';
                internal_raid.SelfURL = '/about/media_library/product_images/index.html';

                    var megaraid_sas = new myObject();
                    megaraid_sas.ParentPageObjectName = 'product_images';
                    megaraid_sas.SelfURL = '/about/media_library/product_images/megaraid_sas.html';                    
    
                    var megaraid_sata = new myObject();
                    megaraid_sata.ParentPageObjectName = 'product_images';
                    megaraid_sata.SelfURL = '/about/media_library/product_images/megaraid_sata.html';                    
    
                    var megaraid_scsi = new myObject();
                    megaraid_scsi.ParentPageObjectName = 'product_images';
                    megaraid_scsi.SelfURL = '/about/media_library/product_images/megaraid_scsi.html';                    

                var external_raid = new myObject();
                external_raid.ParentPageObjectName = 'product_images';
                external_raid.SelfURL = '/about/media_library/product_images/external_raid.html';                    
    
                    var storage_systems = new myObject();
                    storage_systems.ParentPageObjectName = 'external_raid';
                    storage_systems.SelfURL = '/about/media_library/product_images/storage_systems.html';                    

                var product_images_template = new myObject();
                product_images_template.ParentPageObjectName = 'product_images';
                product_images_template.SelfURL = '/about/media_library/product_images/product_images_template.html';                    
                

                var mediabin_application = new myObject();
                mediabin_application.ParentPageObjectName = 'media_library';
                mediabin_application.SelfURL = '/about/media_library/mediabin.html';
    
                var media_resources = new myObject();
                media_resources.ParentPageObjectName = 'press_room';
                media_resources.SelfURL = '/about/media_resources.html';    
                
                    var events = new myObject();
                    events.ParentPageObjectName = 'media_resources';
                    events.SelfURL = '/about/events/index.html';
    
                        
                        var webinar_archive = new myObject();
                        webinar_archive.ParentPageObjectName = 'events';
                        webinar_archive.SelfURL = '/about/events/webinar_archive.html';
                        
        
                    var pr_contacts = new myObject();
                    pr_contacts.ParentPageObjectName = 'media_resources';
                    pr_contacts.SelfURL = '/about/pr_contacts.html';
                
                    var product_reviews = new myObject();
                    product_reviews.ParentPageObjectName = 'media_resources';
                    product_reviews.SelfURL = '/product_reviews/index.html';
    
    			var product_reviews_2006 = new myObject();
                        product_reviews_2006.ParentPageObjectName = 'media_resources';
                    	product_reviews_2006.SelfURL = '/product_reviews/index.html';
                    
                        var product_reviews_2005 = new myObject();
                        product_reviews_2005.ParentPageObjectName = 'product_reviews_2005';
                        product_reviews_2005.SelfURL = '/product_reviews/2005.html';
    
    
                        var product_reviews_2004 = new myObject();
                        product_reviews_2004.ParentPageObjectName = 'product_reviews_2004';
                        product_reviews_2004.SelfURL = '/product_reviews/2004.html';

		    var press_kit = new myObject();
                    press_kit.ParentPageObjectName = 'media_resources';
                    press_kit.SelfURL = '/about/press_kit.html';

        var news_releases = new myObject();
        news_releases.ParentPageObjectName = 'press_room';
        news_releases.SelfURL = '/news/index.html';

            var corporate_news = new myObject();
            corporate_news.ParentPageObjectName = 'news_releases';
            corporate_news.SelfURL = '/news/index.html';

            var storage_news = new myObject();
            storage_news.ParentPageObjectName = 'news_releases';
            storage_news.SelfURL = '/news/index.html';
            
            var consumer_news = new myObject();
            consumer_news.ParentPageObjectName = 'news_releases';
            consumer_news.SelfURL = '/news/index.html';
            
        var success_story = new myObject();
        success_story.ParentPageObjectName = 'home_page';
        success_story.SelfURL = '/news/index.html';
		success_story.DisplayType = 30;
					
			var apex_digital = new myObject();
			apex_digital.ParentPageObjectName = 'success_story';
			apex_digital.SelfURL = '/customer_success/apex_digital.html';
			apex_digital.DisplayType = 30;
			
			var customer_success_template = new myObject();
			customer_success_template.ParentPageObjectName = 'success_story';
			customer_success_template.SelfURL = '/customer_success/customer_success_template.html';
			customer_success_template.DisplayType = 30;

			var echostar = new myObject();
			echostar.ParentPageObjectName = 'success_story';
			echostar.SelfURL = '/customer_success/echostar.html';
			echostar.DisplayType = 30;

			var jvc_domino = new myObject();
			jvc_domino.ParentPageObjectName = 'success_story';
			jvc_domino.SelfURL = '/customer_success/jvc_domino.html';
			jvc_domino.DisplayType = 30;

			var jvc_hdtv = new myObject();
			jvc_hdtv.ParentPageObjectName = 'success_story';
			jvc_hdtv.SelfURL = '/customer_success/jvc_hdtv.html';
			jvc_hdtv.DisplayType = 30;

			var philips_dvd = new myObject();
			philips_dvd.ParentPageObjectName = 'success_story';
			philips_dvd.SelfURL = '/customer_success/philips_dvd.html';
			philips_dvd.DisplayType = 30;
			
			var samsung = new myObject();
			samsung.ParentPageObjectName = 'success_story';
			samsung.SelfURL = '/customer_success/samsung.html';
			samsung.DisplayType = 30;
			
			var scm = new myObject();
			scm.ParentPageObjectName = 'success_story';
			scm.SelfURL = '/customer_success/scm.html';
			scm.DisplayType = 30;
			
			var seagate = new myObject();
			seagate.ParentPageObjectName = 'success_story';
			seagate.SelfURL = '/customer_success/seagate.html';
			seagate.DisplayType = 30;
			
	var contacts_china = new myObject();
	contacts_china.ParentPageObjectName = 'about_lsi';
	contacts_china.SelfURL = '/contacts/index.html';
/************************************************************************/
function Push_TopLevel_NotInLsiFamily()
{
    arrObjectList.push('worldwide');    
    arrObjectList.push('partner_resources');
    arrObjectList.push('terms');    
    arrObjectList.push('search_results');
    arrObjectList.push('advanced_search');    
    arrObjectList.push('feedback_form');    
    arrObjectList.push('feedback_thank_you_page');    
    arrObjectList.push('page_not_found');    
    arrObjectList.push('privacy');   
    arrObjectList.push('storeage'); 
    arrObjectList.push('siliconstor');     
    arrObjectList.push('trademark');            
    arrObjectList.push('agere_extranet');       
    arrObjectList.push('request_more_information');            
    arrObjectList.push('confirmation');    
	arrObjectList.push('knowledge_base');  
}
Push_TopLevel_NotInLsiFamily();

    var worldwide = new myObject();
    worldwide.ParentPageObjectName = 'home_page';
    worldwide.SelfURL = '/worldwide/index.html';
    worldwide.DisplayType = 10;    

    var partner_resources = new myObject();
    partner_resources.ParentPageObjectName = 'home_page';
    partner_resources.SelfURL = '/partner_resources/index.html';
    partner_resources.DisplayType = 10;

    var terms = new myObject();
    terms.ParentPageObjectName = 'home_page';
    terms.SelfURL = '/terms/index.html';
    terms.DisplayType = 20;    

    var search_results = new myObject();
    search_results.ParentPageObjectName = 'home_page';
    search_results.SelfURL = '/';
    search_results.DisplayType = 20;
    
    var advanced_search = new myObject();
    advanced_search.ParentPageObjectName = 'home_page';
    advanced_search.SelfURL = '/advancedsearch.html';
    advanced_search.DisplayType = 20;    

    var feedback_form = new myObject();
    feedback_form.ParentPageObjectName = 'home_page';
    feedback_form.SelfURL = '/feedback.html';    
    feedback_form.DisplayType = 20;

    var feedback_thank_you_page = new myObject();
    feedback_thank_you_page.ParentPageObjectName = 'home_page';
    feedback_thank_you_page.SelfURL = '/feedback_thanks.html';    
    feedback_thank_you_page.DisplayType = -1;

    var page_not_found = new myObject();
    page_not_found.ParentPageObjectName = 'home_page';
    page_not_found.SelfURL = '/not_found.html';        
    page_not_found.DisplayType = -1;

    var privacy = new myObject();
    privacy.ParentPageObjectName = 'home_page';
    privacy.SelfURL = '/privacy.html';    
    privacy.DisplayType = 20;

    var siliconstor = new myObject();
    siliconstor.ParentPageObjectName = 'home_page';
    siliconstor.SelfURL = '/siliconstor.html';    
    siliconstor.DisplayType = 20;
    
    var storeage = new myObject();
    storeage.ParentPageObjectName = 'home_page';
    storeage.SelfURL = '/storeage.html';    
    storeage.DisplayType = 20;      
    
    var trademark = new myObject();
    trademark.ParentPageObjectName = 'home_page';
    trademark.SelfURL = '/trademark.html';    
    trademark.DisplayType = 20;

    var agere_extranet = new myObject();
    agere_extranet.ParentPageObjectName = 'home_page';
    agere_extranet.SelfURL = '/';
    agere_extranet.DisplayType = 20;	
    
	var request_more_information = new myObject();
	request_more_information.ParentPageObjectName = "home_page";
	request_more_information.SelfURL = "/registration/index.html";
	request_more_information.DisplayType = 20;

	var confirmation = new myObject();
	confirmation.ParentPageObjectName = "home_page";
	confirmation.SelfURL = "/registration/index.html";
	confirmation.DisplayType = 20;	
	
    var knowledge_base = new myObject();
    knowledge_base.ParentPageObjectName = 'home_page';
    knowledge_base.SelfURL = '/knowledge.html';    
    knowledge_base.DisplayType = 20;	

/************************************************************************/
//Only submenu in Partner_Resources
function Push_Partner_Resources()
{
    arrObjectList.push('order_status');
    arrObjectList.push('onesource');
    arrObjectList.push('reseller_program_information');
        arrObjectList.push('programs_and_promotions');
        arrObjectList.push('partner_member_benefits');
        arrObjectList.push('special_programs');
        arrObjectList.push('storage_adapter_reviews');
        arrObjectList.push('technical_training');
}
Push_Partner_Resources();

    var order_status = new myObject();
    order_status.ParentPageObjectName = 'partner_resources';
    order_status.SelfURL = 'https://lsionline1.lsil.com/scripts/wgate/zwso/!';
    order_status.DisplayType = 10;    
    
    var onesource = new myObject();
    onesource.ParentPageObjectName = 'partner_resources';
    onesource.SelfURL = 'https://onesource.lsilogic.com/';
    onesource.DisplayType = 10;    
    
    var reseller_program_information = new myObject();
    reseller_program_information.ParentPageObjectName = 'partner_resources';
    reseller_program_information.SelfURL = '/partner_resources/reseller_program_info.html';
    reseller_program_information.DisplayType = 10;        
    
        var programs_and_promotions = new myObject();
        programs_and_promotions.ParentPageObjectName = 'reseller_program_information';
        programs_and_promotions.SelfURL = '/partner_resources/programs_promotions.html';
        programs_and_promotions.DisplayType = 10;                    
        
        var partner_member_benefits = new myObject();
        partner_member_benefits.ParentPageObjectName = 'reseller_program_information';
        partner_member_benefits.SelfURL = '/partner_resources/membership_benefits.html';
        partner_member_benefits.DisplayType = 10;                
        
        var special_programs = new myObject();
        special_programs.ParentPageObjectName = 'reseller_program_information';
        special_programs.SelfURL = '/partner_resources/special_program.html';
        special_programs.DisplayType = 10;                
        
        var storage_adapter_reviews = new myObject();
        storage_adapter_reviews.ParentPageObjectName = 'reseller_program_information';
        storage_adapter_reviews.SelfURL = '/product_reviews/';
        storage_adapter_reviews.DisplayType = 10;                        
        
        var technical_training = new myObject();
        technical_training.ParentPageObjectName = 'reseller_program_information';
        technical_training.SelfURL = '/partner_resources/tech_training.html';
        technical_training.DisplayType = 10;                            
            
/************************************************************************/

/************************************************************************/

function Push_Storage()
{
    arrObjectList.push('storage_partners');
	arrObjectList.push('partner_application_form');
	arrObjectList.push('partner_application_thank_you');
	arrObjectList.push('lsi_support_request_form');
	arrObjectList.push('storage_adapter_evaluation');
	arrObjectList.push('disaster_recovery_faq'); 
}
Push_Storage();

	var storage_partners = new myObject();
	storage_partners.ParentPageObjectName = 'storage_home';
	storage_partners.SelfURL = '/storage_home/partners/index.html';    

	var partner_application_form = new myObject();
	partner_application_form.ParentPageObjectName = 'storage_home';
	partner_application_form.SelfURL = '/storage_home/static/partners/partner_app_form.html';    
	partner_application_form.DisplayType = 10;

	var partner_application_thank_you = new myObject();
	partner_application_thank_you.ParentPageObjectName = 'storage_home';
	partner_application_thank_you.SelfURL = '/storage_home/static/partners/partner_app_thanks.html'; 
	partner_application_thank_you.DisplayType = -1;   

	var lsi_support_request_form = new myObject();
	lsi_support_request_form.ParentPageObjectName = "storage_home";
	lsi_support_request_form.SelfURL = "/support/support_form.html";
	lsi_support_request_form.DisplayType = 10;

	var storage_adapter_evaluation = new myObject();
	storage_adapter_evaluation.ParentPageObjectName = "storage_home";
	storage_adapter_evaluation.SelfURL = "/landing/storage/eval_registration/index.html";
	storage_adapter_evaluation.DisplayType = 10;
	
    var disaster_recovery_faq = new myObject();
    disaster_recovery_faq.ParentPageObjectName = 'storage_home';
    disaster_recovery_faq.SelfURL = '/campaigns/disaster_recovery_faq.html';
	disaster_recovery_faq.DisplayType = 10;
	
/************************************************************************/	

function Push_SupportAndDownloads()
{
	arrObjectList.push('serial_number1');
	arrObjectList.push('serial_number2');
	arrObjectList.push('general_support');
	arrObjectList.push('global_support');
}	
Push_SupportAndDownloads();
	var serial_number1 = new myObject();
	serial_number1.ParentPageObjectName = "support_downloads";
	serial_number1.SelfURL = "/support/static/serial_num_help/serial_number1.html";

	var serial_number2 = new myObject();
	serial_number2.ParentPageObjectName = "support_downloads";
	serial_number2.SelfURL = "/support/static/serial_num_help/serial_number2.html";

	var general_support = new myObject();
	general_support.ParentPageObjectName = "support_downloads";
	general_support.SelfURL = "/support/general_support/index.html";

		var global_support = new myObject();
		global_support.ParentPageObjectName = "general_support";
		global_support.SelfURL = "/support/general_support/global_support_form.html";

/************************************************************************/	
function Push_Individual()
{

	arrObjectList.push('lsi_on_demand');
	
	arrObjectList.push('lsi_logic_campus_map');
	arrObjectList.push('enlarge_directions');
	arrObjectList.push('map_directions');
	
	arrObjectList.push('feature_articles');
	arrObjectList.push('feature_20060202_edn');
	arrObjectList.push('feature_20051214_rcebook');
	
	arrObjectList.push('ces07');
	arrObjectList.push('ces07_thankyou');
	
	arrObjectList.push('registration_form');
	arrObjectList.push('yes_thankyou');	
	arrObjectList.push('consreg_thankyou');
	arrObjectList.push('dominox');
	arrObjectList.push('no_thankyou');
	arrObjectList.push('podcast_archive1');
	arrObjectList.push('podcast_landing1');
	arrObjectList.push('podcast_thankyou1');
	
	arrObjectList.push('cw_webseminar');
	arrObjectList.push('reseller_form');
	arrObjectList.push('reseller_thankyou');
	arrObjectList.push('sas_sata_feedback');
	arrObjectList.push('sas_sata_feedback_disti');
	arrObjectList.push('sas_sata_feedback_eu');
	arrObjectList.push('sas_sata_pricing_landing');
	
	arrObjectList.push('dvd_hdd_vcr_recorders');
	arrObjectList.push('productshowcase_template');
	
	arrObjectList.push('quality_and_reliability');
	arrObjectList.push('quality_and_reliability_main_page');
	
	arrObjectList.push('support_n_form');
	arrObjectList.push('serial_num_help_template');
}
Push_Individual();

	var lsi_on_demand = new myObject();
	lsi_on_demand.ParentPageObjectName = "home_page";
	lsi_on_demand.SelfURL = "/redirects/lsi-on-demand.html";
	lsi_on_demand.DisplayType = -30;
	
	var lsi_logic_campus_map = new myObject();
	lsi_logic_campus_map.ParentPageObjectName = "home_page";
	lsi_logic_campus_map.SelfURL = "/contacts/campus_map.html";
	lsi_logic_campus_map.DisplayType = -30;

	var enlarge_directions = new myObject();
	enlarge_directions.ParentPageObjectName = "home_page";
	enlarge_directions.SelfURL = "/contacts/enlarge_directions.html";
	enlarge_directions.DisplayType = -30;

	var map_directions = new myObject();
	map_directions.ParentPageObjectName = "home_page";
	map_directions.SelfURL = "/contacts/map_directions.html";
	map_directions.DisplayType = -30;

	var feature_articles = new myObject();
	feature_articles.ParentPageObjectName = "home_page";
	feature_articles.SelfURL = "/features/index.html";
	feature_articles.DisplayType = -30;

	var feature_20060202_edn = new myObject();
	feature_20060202_edn.ParentPageObjectName = "home_page";
	feature_20060202_edn.SelfURL = "/features/20060202_edn.html";
	feature_20060202_edn.DisplayType = -30;

	var feature_20051214_rcebook = new myObject();
	feature_20051214_rcebook.ParentPageObjectName = "home_page";
	feature_20051214_rcebook.SelfURL = "/features/20051214_rcebook.html";
	feature_20051214_rcebook.DisplayType = -30;

	var ces07 = new myObject();
	ces07.ParentPageObjectName = "home_page";
	ces07.SelfURL = "/landing/consumer/ces07.html";
	ces07.DisplayType = -30;

	var ces07_thankyou = new myObject();
	ces07_thankyou.ParentPageObjectName = "home_page";
	ces07_thankyou.SelfURL = "/landing/consumer/ces07_thankyou.html";
	ces07_thankyou.DisplayType = -30;
	
	var registration_form = new myObject();
	registration_form.ParentPageObjectName = "home_page";
	registration_form.SelfURL = "/newsletter/consumer/registration_form.html";
	registration_form.DisplayType = -30;

	var yes_thankyou = new myObject();
	yes_thankyou.ParentPageObjectName = "home_page";
	yes_thankyou.SelfURL = "/newsletter/consumer/yes_thankyou.html";
	yes_thankyou.DisplayType = -30;
	
	var consreg_thankyou = new myObject();
	consreg_thankyou.ParentPageObjectName = "home_page";
	consreg_thankyou.SelfURL = "/newsletter/consumer/consreg_thankyou.html";
	consreg_thankyou.DisplayType = -30;

	var dominox = new myObject();
	dominox.ParentPageObjectName = "home_page";
	dominox.SelfURL = "/newsletter/consumer/dominox.html";
	dominox.DisplayType = -30;

	var no_thankyou = new myObject();
	no_thankyou.ParentPageObjectName = "home_page";
	no_thankyou.SelfURL = "/newsletter/consumer/no_thankyou.html";
	no_thankyou.DisplayType = -30;

	var podcast_archive1 = new myObject();
	podcast_archive1.ParentPageObjectName = "home_page";
	podcast_archive1.SelfURL = "/newsletter/consumer/podcast_archive1.html";
	podcast_archive1.DisplayType = -30;

	var podcast_landing1 = new myObject();
	podcast_landing1.ParentPageObjectName = "home_page";
	podcast_landing1.SelfURL = "/newsletter/consumer/podcast_landing1.html";
	podcast_landing1.DisplayType = -30;
	
	var podcast_thankyou1 = new myObject();
	podcast_thankyou1.ParentPageObjectName = "home_page";
	podcast_thankyou1.SelfURL = "/newsletter/consumer/podcast_thankyou1.html";
	podcast_thankyou1.DisplayType = -30;
	
	var cw_webseminar = new myObject();
	cw_webseminar.ParentPageObjectName = "home_page";
	cw_webseminar.SelfURL = "/newsletter/consumer/cw_webseminar.html";
	cw_webseminar.DisplayType = -30;
	
	var reseller_form = new myObject();
	reseller_form.ParentPageObjectName = "home_page";
	reseller_form.SelfURL = "/newsletter/consumer/reseller_form.html";
	reseller_form.DisplayType = -30;
	
	var reseller_thankyou = new myObject();
	reseller_thankyou.ParentPageObjectName = "home_page";
	reseller_thankyou.SelfURL = "/newsletter/consumer/reseller_thankyou.html";
	reseller_thankyou.DisplayType = -30;
	
	var sas_sata_feedback = new myObject();
	sas_sata_feedback.ParentPageObjectName = "home_page";
	sas_sata_feedback.SelfURL = "/newsletter/consumer/sas_sata_feedback.html";
	sas_sata_feedback.DisplayType = -30;
	
	var sas_sata_feedback_disti = new myObject();
	sas_sata_feedback_disti.ParentPageObjectName = "home_page";
	sas_sata_feedback_disti.SelfURL = "/newsletter/consumer/sas_sata_feedback_disti.html";
	sas_sata_feedback_disti.DisplayType = -30;
	
	var sas_sata_feedback_eu = new myObject();
	sas_sata_feedback_eu.ParentPageObjectName = "home_page";
	sas_sata_feedback_eu.SelfURL = "/newsletter/consumer/sas_sata_feedback_eu.html";
	sas_sata_feedback_eu.DisplayType = -30;

	var sas_sata_pricing_landing = new myObject();
	sas_sata_pricing_landing.ParentPageObjectName = "home_page";
	sas_sata_pricing_landing.SelfURL = "/newsletter/consumer/sas_sata_pricing_landing.html";
	sas_sata_pricing_landing.DisplayType = -30;
	
	var dvd_hdd_vcr_recorders  = new myObject();
	dvd_hdd_vcr_recorders.ParentPageObjectName = "home_page";
	dvd_hdd_vcr_recorders.SelfURL = "/productshowcase/dvd-hdd-vcr_recorders.html";
	dvd_hdd_vcr_recorders.DisplayType = -30;

	var productshowcase_template  = new myObject();
	productshowcase_template.ParentPageObjectName = "home_page";
	productshowcase_template.SelfURL = "/productshowcase/template.html";
	productshowcase_template.DisplayType = -30;	
	
	var quality_and_reliability  = new myObject();
	quality_and_reliability.ParentPageObjectName = "home_page";
	quality_and_reliability.SelfURL = "/quality/index.html";
	quality_and_reliability.DisplayType = 20;
	
	var quality_and_reliability_main_page  = new myObject();
	quality_and_reliability_main_page.ParentPageObjectName = "home_page";
	quality_and_reliability_main_page.SelfURL = "/quality/main/index.html";
	quality_and_reliability_main_page.DisplayType = 20;
	
	var support_n_form  = new myObject();
	support_n_form.ParentPageObjectName = "home_page";
	support_n_form.SelfURL = "/support/support_form.html";
	support_n_form.DisplayType = -30;
	
	var serial_num_help_template  = new myObject();
	serial_num_help_template.ParentPageObjectName = "home_page";
	serial_num_help_template.SelfURL = "/support/prod_reg/serial_num_help/template.html";
	serial_num_help_template.DisplayType = -30;

	