// // Menu scripts // // Dropdown menu script // Works with dropdownform.txt // function land(ref, target) { lowtarget=target.toLowerCase() if (lowtarget=="_self") {window.location=loc;} else {if (lowtarget=="_top") {top.location=loc;} // In the dropdown
, it's written filename.htm*_blank else {if (lowtarget=="_blank") {window.open(loc);} else {if (lowtarget=="_parent") {parent.location=loc;} else {parent.frames[target].location=loc;} }}} } function jump(menu) { ref=menu.choice.options[menu.choice.selectedIndex].value splitc=ref.lastIndexOf("*") target="" if (splitc!=-1) {loc=ref.substring(0,splitc) target=ref.substring(splitc+1,1000);} else {loc=ref; target="_self";} if (ref != "") {land(loc,target);} } // // Menu // document.write('MC2 Market & Competitive Convergence

'); document.write(''); document.write(''); document.write(''); //document.write(''); document.write(''); document.write(''); //document.write(''); document.write(''); //document.write(''); //document.write(''); document.write(''); document.write(''); document.write('
Home
About Us
Ask MC²
Capabilities
Contact
Events
FAQ
Links
News
Search Site
Site Map
') // // Dropdown menu form // Works with dropdownmenu.txt // For filename TARGET=_blank, use filename*_blank // document.write(''); document.write(''); document.write('

')