menulinks=[ 
[ 'intro', 'Introduction' ], 
['mapcalc', 'Your Journey', 'infobox'], 
['emit', 'Into the Sky'],
['cheap', 'Cheap Flights'],
['alt', ' Alternatives'],
['climint', 'Climate'],
['faq', 'FAQ'],
['links', ' Links'],
['../mf', ' ChooseClimate Home', 'mf']
]

document.write("\<center>")

for (var i=0; i<menulinks.length; i+=1) { 
    document.write(
    "\<nobr\>"
    +"\<img src='img/star1.gif' border='0'  height='16' width='16' \>"
    +"\<a style='font-variant: small-caps;' href='"+menulinks[i][0]+".html'  target='"+ (menulinks[i][2]  || 'main') +"' \>"+menulinks[i][1]+" \</a\>"
    +"\</nobr\>"
    )   
}

document.write("\</center>")
