<!--
		 // Initialize and render the menu when it is available in the DOM

			function closePopUp( ) {
				if ( document.getElementById("gttb_pop_div") ) {
					document.getElementById("gttb_pop_div").style.display = "none";
				}
			}
		
			function openPopUp( ) {
				if ( document.getElementById("gttb_pop_div") ) {
					document.getElementById("gttb_pop_div").style.display = "block";
				} 
			}
		
			function diggArticle( digg_skin ) {
				var url = window.location.href;
				var title = document.title;
				window.open('http://digg.com/submit?url='+url+'&title='+title);
			}	
			
			function newsVineSubmit( ) {
				window.open('http://www.newsvine.com/_wine/save?popoff=1&u='+window.location.href,'newsvine','toolbar=no,width=590,height=600,resizable=yes,scrollbars=yes');
			}
			
			function redditSubmit( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://reddit.com/submit?url="+url+"&title="+title);
			}
			
			function shareFcBk( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.facebook.com/share.php?u="+url+"&t="+title);
			}
			
			function slashDot( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://slashdot.org/bookmark.pl?url="+url+"&title="+title);
			}
			
			function stumbleUpon( ) {
				//<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.yoursite.com%2Farticle.php%26title%3DThe%2BArticle%2BTitle"> <img border=0 src=""**LINK TO stumbleit.gif**"" alt="StumbleUpon Toolbar"> Stumble It!</a>
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.stumbleupon.com/submit?url="+url+"/article.php&title="+title);
			}
			
			function delicious( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://del.icio.us/post?url="+url+"&title="+title);
			}
			
			function farkit( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://cgi.fark.com/cgi/fark/farkit.pl?u="+url+"&h="+title);
			}
			
			function mixxit( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.mixx.com/submit?page_url="+url);
			}
			
			function furlit( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.furl.net/storeIt.jsp?url="+url+"&title="+title);
			}
			
			function technorati( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.technorati.com/faves?add="+url);
			}
			
			function diigo( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.diigo.com/post?url="+url+"&title="+title);
			}
			
			function faveit( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://faves.com/Authoring.aspx?u="+url+"&title="+title);
			}
			
			function magnolia( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://ma.gnolia.com/bookmarklet/add?url="+url+"&title="+title);
			}
			
			function netvouz( ) {
				var url = window.location.href;
				var title = document.title;
				window.open("http://www.netvouz.com/action/submitBookmark?url="+url+"&title="+title+"&popup=no");
			}
			
            YAHOO.util.Event.onContentReady("productsandservices", function () {

                /*
                     Instantiate the menu.  The first argument passed to the 
                     constructor is the id of the element in the DOM that 
                     represents the menu; the second is an object literal 
                     representing a set of configuration properties for 
                     the menu.
                */

                var oMenu = new YAHOO.widget.MenuBar("productsandservices", { position: "static", autosubmenudisplay: true, hidedelay:  750, lazyload: true });


                // Subscribe to the "beforerender" event

                oMenu.beforeRenderEvent.subscribe(function () {

                    var oSubmenuData = {
                    	"subjects": [
                    		{ text: "Animal Sciences", submenu: { id: "animalsciences", itemdata: [
                    			{ text: "Evolutionary Theory", url: "/subjects/Evolutionary_Theory" },
                    			{ text: "Paleontology", url: "/subjects/Paleontology" },
                    			{ text: "Veterinary Medicine", url: "/subjects/Veterinary_Medicine" },
                    			{ text: "Zoology", url: "/subjects/Zoology" }
                    			]}
                    		},
                    		{ text: "Architecture", url: "/subjects/Architecture" },
                    		{ text: "Art", submenu: { id: "art", itemdata: [
                    			{ text: "Digital Art", url: "/subjects/Digital_Art" },
                    			{ text: "Painting", url: "/subjects/Painting" },
                    			{ text: "Photography", url: "/subjects/Photography" },
                    			]}
                    		},
                    		{ text: "Business", url: "/subjects/Business", submenu: { id: "biz", itemdata: [
                    			{ text: "Management", url: "/subjects/Management" },
                    			{ text: "Small Business", url: "/subjects/Small_Business" },
                    			]}
                    		},
                            { text: "Chemistry", url: "/subjects/Chemistry" },
                            { text: "Computer Science", submenu: { id: "systems", itemdata: [
        
                                    { text: "Computer Languages", submenu: { id: "complangs", itemdata: [
                                    		{ text: "C/C++", url: "/subjects/Cpp" },
                                    		{ text: "Cocoa", url: "/subjects/Cocoa" },
                                    		{ text: "Fortran", url: "/subjects/Fortran" },
                                    		{ text: "Java",  url: "/subjects/Java" },
                                    		{ text: "Javascript", url: "/subjects/Javascript" },
                                    		{ text: "Perl", url: "/subjects/Perl" },
                                    		{ text: "Python", url: "/subjects/Python" },
                                    		{ text: "Tcl" , url: "/subjects/Tcl" },
                                    		]}
                                    
                                    },
                                    { text: "Operating Systems", submenu: { id: "os-systems", itemdata: [
                                    		{ text: "Linux", url: "/subjects/Linux" },
                                    		{ text: "Mac OS X", url: "/subjects/Mac_OS_X" },
                                    		{ text: "Solaris", url: "/subjects/Solaris" },
                                    		{ text: "UNIX", url: "/subjects/UNIX" },
                                    		{ text: "Windows", url: "/subjects/Windows" }
                                    		]}
                                    }
        
                                ] }
                            
                            }, 
                            { text: "Education", url: "/subjects/Education" },
                            { text: "Engineering", submenu: { id: "engineering", itemdata: [
                            		{ text: "Aeronautical Engineering", url: "/subjects/Aeronautical_Engineering" },
                            		{ text: "Biological Engineering", url: "/subjects/Biological_Engineering" },
                            		{ text: "Chemical Engineering", url: "/subjects/Chemical_Engineering" },
                            		{ text: "Civil Engineering", url: "/subjects/Civil_Engineering" },
                            		{ text: "Electrical Engineering", url: "/subjects/Electrical_Engineering" },
                            		{ text: "Mechanical Engineering", url: "/subjects/Mechanical_Engineering" },
                            		{ text: "Manufacturing Engineering", url: "/subjects/Manufacturing_Engineering" },
                            		{ text: "Plastics Engineering", url: "/subjects/Plastics_Engineering" }
                            	]}
                            },
                            { text: "Finance", url: "/subjects/Finance" },
                            { text: "History", url: "/subjects/History" },
                            { text: "Humanities", submenu: { id: "humanities", itemdata: [
                            		{ text: "Classics", url: "/subjects/Classics" },
                            		{ text: "Linguistics" , url: "/subjects/Linguistics" },
                            		{ text: "Literature", url: "/subjects/Literature" },
                            		{ text: "Music", url: "/subjects/Music" },
                            		{ text: "Theatre", url: "/subjects/Theatre"}
                            		]}
                            },
                            { text: "Law", url: "/subjects/Law" },
                            { text: "Lifestyle", submenu: { id: "trades", itemdata: [
                    			{ text: "Automotive", url: "/subjects/Automotive" },
                    			{ text: "Cooking", url: "/subjects/Cooking" },
                    			{ text: "Fine Living", url: "/subjects/Fine_Living" },
                    			{ text: "Fitness", url: "/subjects/Fitness" },
                    			{ text: "Health", url: "/subjects/Health" },
                    			{ text: "Home", url: "/subjects/Home" },
                    			{ text: "Sports", submenu: { id: "sports", itemdata: [
                    				{ text: "Baseball", url: "/subjects/Baseball" },
                    				{ text: "Basketball",  url: "/subjects/Basketball" },
                    				{ text: "Football", url: "/subjects/Football" },
                    				{ text: "Hockey", url: "/subjects/Hockey" }
                    				]}
                    			},
                    			{ text: "Travel", url: "/subjects/Travel" },
                    			]}
                    		},
                             { text: "Mathematics", url: "/subjects/Mathematics", submenu: { id: "math", itemdata: [
                            		{ text: "Algebra", url:"/subjects/Algebra"},
                            		{ text: "Calculus", url:"/subjects/Calculus"},
 									{ text: "Numerical Analysis", url:"/subjects/Numerical_Analysis"},
                            		{ text: "Statistics", url: "/subjects/Statistics" },
                            	]}
                        	},
                        	{ text: "Media Studies", submenu: { id:"media", itemdata: [
                        			{ text: "Communications", url: "/subjects/Communications" },
                        			{ text: "Internet", url:"/subjects/Internet" },
                        			{ text: "Journalism", url:"/subjects/Journalism" },
                        			{ text: "Radio", url:"/subjects/Radio" },
                        			{ text: "Television", url:"/subjects/Television" }
                        			]}
                        	},
                        	{ text: "Medicine", submenu: { id: "medicine", itemdata: [
                        			{ text: "Alternative Medicine", url: "/subjects/Alternative_Medicine"},
                        			{ text: "Brain and Cognitive Sciences", url: "/subjects/Brain_Cognitive_Sciences" },
                        			{ text: "Health", url:"/subjects/Health" },
                        			{ text: "Fitness", url:"/subjects/Fitness"},
                        			{ text: "General Medicine", url:"/subjects/Medicine"},
                        			{ text: "Psychology", url:"/subjects/Psychology" },
                        			{ text: "Specialty Medicine", url:"/subjects/Specialty_Medicine"},
                        			{ text: "Veterinary Medicine", url:"/subjects/Veterinary_Medicine"}
                        			]}
                        	},
                        	{ text: "News", url: "/subjects/News" },
                            { text: "Philosophy", url: "/subjects/Philosophy" },
                    		{ text: "Physical Sciences", submenu: {id: "physicalsciences", itemdata: [
                    			{ text: "Biology", url: "/subjects/Biology" },
                    			{ text: "Chemistry", url: "/subjects/Chemistry" },
                    			{ text: "Environmental Sciences", url: "/subjects/Environmental_Sciences" },
                    			{ text: "Geology", url: "/subjects/Geology" },
                    			{ text: "Nuclear Sciences", url: "/subjects/Nuclear_Sciences" },
                    			{ text: "Physics", url: "/subjects/Physics" },
                    			]}
                    		},
                    		{ text: "Social Sciences", submenu: { id: "socialsciences", itemdata: [
                    			{ text: "Anthropology", url: "/subjects/Anthropology" },
                    			{ text: "Economics", url: "/subjects/Economics" },
                    			{ text: "Linguistics", url: "/subjects/Linguistics" },
                    			{ text: "Political Science", url: "/subjects/Political_Science" },
                    			{ text: "Psychology", url:"/subjects/Psychology" },
                    			]}
                    		},
						],
							
                    	"corporate": [
                    		{ text: "About", url: "/corphome.html" },
                    		{ text: "Login", url: "/clogin.html" },
                    		{ text: "Purchase", url: "/cpurchase.html" },
                    		{ text: "Search", url: "/corpsearch.html" },
                    		{ text: "Tools", url: "/corporate.html", submenu: { id: "corp", itemdata: [
                            		{ text: "Find Talent", url: "/corpsearch.html" },
                            		{ text: "List a Job", url: "/corplistings.html" }
                            	]}
                            },
                            { text: "Search", url: "/search.html" }
                    	],
                        
                        "people": [
    
                            { text: "Collaborate", url: "/collaborate.html" },
                            { text: "Find My Friend", url: "/people.html" },
                            { text: "Helping You Find a Job", url: "/jobs.html" }
                        ],
                        
                        "famous": [
    						{ text: "Highest Rated", url: "/ranking.html" },
                            { text: "Best Articles", url: "/emailed.html" },
                            { text: "Most Famous", url: "/famous.html" },
                            { text: "Most Popular Article", url: "/popular.html" }
                        ],
                        
					    "email": [
                        	{ text: "Email this Article", onclick: { fn: openPopUp } },
                        	{ text: "Save to Del.icio.us", onclick: { fn: delicious } },
                        	{ text: "Share on Facebook", onclick: { fn: shareFcBk } },
                        	{ text: "Digg this Article", onclick: { fn: diggArticle } },
                        	{ text: "Add to Diigo", onclick: { fn: diigo } },
                        	{ text: "SlashDot it!", onclick: { fn: slashDot } },
                        	{ text: "Mixx it!", onclick: {fn: mixxit } },
                        	{ text: "StumbleUpon It!", onclick: { fn: stumbleUpon } },
                        	{ text: "Save to Technorati", onclick: { fn: technorati } },
                        	{ text: "Furl it!", onclick: { fn: furlit } },
                        	{ text: "Seed Article to Newsvine", onclick: { fn: newsVineSubmit } },
                        	{ text: "Submit to Reddit", onclick: {fn: redditSubmit } },
                        	{ text: "FarkIt!", onclick: { fn: farkit } },
                        	{ text: "Fave it!", onclick: { fn: faveit } },
                        	{ text: "Add to Magnolia", onclick: { fn: magnolia } },
                        	{ text: "Add to Netvouz!", onclick: { fn: netvouz } }
                        ],
                        
						 "contact": [
						 	{ text: "Help", url: "/help.html" },
						 	{ text: "How-To?", url: "/howto.html" },
                        	{ text: "Contact Us", url: "/contact.html" },
                        	{ text: "Report a Bug", url: "/bugs.html" },
                        	{ text: "Feedback", url:"/feedback.html" },
                        	{ text: "About", url: "/about.html" },
                        	{ text: "FAQ", url: "/faq.html" },
                        	{ text: "Sitemap", url: "/sitemap.html" }
                        ]
                    
                    };

                    // Add a submenu to each of the menu items in the root menu

                    this.getItem(0).cfg.setProperty("submenu", { id: "subjects", itemdata: oSubmenuData["subjects"] });
                    this.getItem(1).cfg.setProperty("submenu", { id: "corporate", itemdata: oSubmenuData["corporate"] });
                    //this.getItem(2).cfg.setProperty("submenu", { id: "tools", itemdata: oSubmenuData["tools"] });
                    this.getItem(2).cfg.setProperty("submenu", { id: "people", itemdata: oSubmenuData["people"] });
                    this.getItem(3).cfg.setProperty("submenu", { id: "famous", itemdata: oSubmenuData["famous"] });
                	this.getItem(4).cfg.setProperty("submenu", { id: "email", itemdata: oSubmenuData["email"] });
                	this.getItem(5).cfg.setProperty("submenu", { id: "contact", itemdata: oSubmenuData["contact"] });
                });
                

                /*
                     Call the "render" method with no arguments since the markup for 
                     this menu already exists in the DOM.
                */

                oMenu.render();
            
            });

	    function Check( sMessage ) {
		alert( "You've clicked on " + sMessage );
	    };
-->
	    