Opportunity/ Problem Statement : On web sites ...some times there may be a requirement of 
                                 customized client side java-script drop down menu.


                                 The requirement may be such that instead of a static java-script
                                 menu displayed across the web-pages ....the requirment is that
                                 each specific page may require different menu to be displayed,

                                 Particularly in the context of a dynamic web-site or web-page
                                 where ...new pages get created viz. new requirements and criteria
                                 ...such a static menu may not suit the purpose.


Possible probable solutions: a)  Populate java-script array's on the server side ...while pre-processing
                                 the web-page .....load the customized menu for the web-page.

                             b)  A static  XML-DOM document loaded in a java-script menu on the client-side

                                
                                 For both a) & b) .... a administrative interface to define the menu's to
                                 be populated ....on the client side pages either by using a database or
                                 XML-DOM ...document stored on the server ...that can be manipulated or
                                 edited.


References: some of my works done at Gotevot.edu.sa, fapco.net , concepts and solutions developed
            by  www.bobbyvandersluis.com/ufo/ could potentialy be exploited for pluggin the above requirment
            with most or all the requirement can accomplised ...dynamic page-menu's ..used for www.alghanim.com
            as referto document referred below.



Note: The above problem statement having been encountered in various scenarios
      and detailed in various 'Proof of concepts' as mentioned in 
      
       http://uk.geocities.com/ravivenkatus/projects.pdf
       http://ravishankarkv.tripod.com/projects.pdf
        ....apply appropriate
      'use-case' modeling, rationalize and arrive at a workable and feasible 
       solution both commercially and techinically viable.

             


                               