// JavaScript Documentfunction MM_openBrWindow(theURL,winName,features) { //v2.0function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}   function glossary(){       newWin = window.open("dictionary/words.htm", 	   					"",                        "toolbar=no,resizable=no,scrollbars=yes,width=415,height=600");        newWin.focus(); } //-->function equity(){       newWin = window.open("popup/equity-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }function bond(){       newWin = window.open("popup/bond-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); } function reit(){       newWin = window.open("popup/reit-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); } function commodity(){       newWin = window.open("popup/commodity-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); } function goldsilver(){       newWin = window.open("popup/goldsilver-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }  function etn(){       newWin = window.open("popup/etn-etfs.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }    function equitizingcash(){       newWin = window.open("popup/equitizing-cash.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }   function tacticalalloc(){       newWin = window.open("popup/tactical-alloc.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }   function avoidwashsales(){       newWin = window.open("popup/avoid-wash-sales.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }   function dca(){       newWin = window.open("popup/dca.html", 	   					"",                        "toolbar=yes,resizable=yes,scrollbars=yes,width=430,height=500");        newWin.focus(); }   
