I would like to put the following code in some sort of a loop. Is this possible.
Please help.
var menutitles=new Array()
var menulinks=new Array()
menulinks[0]='hello(\'thestring\')'
menutitles[0]='Header'
menulinks[1]='window.location=\'test.html\';return false'
menutitles[1]=' > Account Exec.'
menulinks[2]='window.location=\'test.html\';return false'
menutitles[2]=' > Employee Reps.'
menulinks[3]='window.location=\'test.html\';return false'
menutitles[3]='Overview'
menulinks[4]='window.location=\'test.html\';return false'
menutitles[4]=' > Currency Relations'
menulinks[5]='window.location=\'test.html\';return false'
menutitles[5]='Business Profile'
menulinks[6]='window.location=\'test.html\';return false'
menutitles[6]=' > Abeyances'
menulinks[7]='window.location=\'test.html\';return false'
menutitles[7]=' > Reports of Discussion'
menulinks[8]='window.location=\'test.html\';return false'
menutitles[8]=' > Coverage'
menulinks[9]='window.location=\'test.html\';return false'
menutitles[9]='Industry'
menulinks[10]='window.location=\'test.html\';return false'
menutitles[10]='Division'
menulinks[11]='window.location=\'test.html\';return false'
menutitles[11]='Address'
menulinks[12]='window.location=\'test.html\';return false'
menutitles[12]='Contacts'
menulinks[13]='window.location=\'test.html\';return false'
menutitles[13]='Service'
menulinks[14]='window.location=\'test.html\';return false'
menutitles[14]='Status Notes'
Please help.
var menutitles=new Array()
var menulinks=new Array()
menulinks[0]='hello(\'thestring\')'
menutitles[0]='Header'
menulinks[1]='window.location=\'test.html\';return false'
menutitles[1]=' > Account Exec.'
menulinks[2]='window.location=\'test.html\';return false'
menutitles[2]=' > Employee Reps.'
menulinks[3]='window.location=\'test.html\';return false'
menutitles[3]='Overview'
menulinks[4]='window.location=\'test.html\';return false'
menutitles[4]=' > Currency Relations'
menulinks[5]='window.location=\'test.html\';return false'
menutitles[5]='Business Profile'
menulinks[6]='window.location=\'test.html\';return false'
menutitles[6]=' > Abeyances'
menulinks[7]='window.location=\'test.html\';return false'
menutitles[7]=' > Reports of Discussion'
menulinks[8]='window.location=\'test.html\';return false'
menutitles[8]=' > Coverage'
menulinks[9]='window.location=\'test.html\';return false'
menutitles[9]='Industry'
menulinks[10]='window.location=\'test.html\';return false'
menutitles[10]='Division'
menulinks[11]='window.location=\'test.html\';return false'
menutitles[11]='Address'
menulinks[12]='window.location=\'test.html\';return false'
menutitles[12]='Contacts'
menulinks[13]='window.location=\'test.html\';return false'
menutitles[13]='Service'
menulinks[14]='window.location=\'test.html\';return false'
menutitles[14]='Status Notes'