if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

//Only edit the script between HERE

addItem('Airline Information', 'http://www.rajdhani.com/airlineinfo.html', 'c');
addItem('Frequent Flyer', 'http://www.rajdhani.com/frequent_flyer.html', 'c');
addItem('Flight Status', 'http://www.flightarrivals.com/cgi-bin/WebObjects/Flights', 'c');
http://www.flightarrivals.com/cgi-bin/WebObjects/Flights
addItem('Exchange Rates', 'http://www.rajdhani.com/currency_converter.html', 'c');
addItem('Time Zone', 'http://www.rajdhani.com/worldtime.html', 'c');
addItem('Weather', 'http://www.weather.com/', 'c');
addItem('World Airport', 'http://www.rajdhani.com/world_airport.html', 'c');
addItem('World Cities', 'http://www.rajdhani.com/world_cities.html', 'c');
addItem('World Hospital', 'http://www.rajdhani.com/world_hospital.html', 'c');
addItem('World Country', 'http://www.rajdhani.com/world_country.html', 'c');
addItem('World Tourism', 'http://www.rajdhani.com/world_tourism.html', 'c');
addHdr('Information');
addItem('Embassies and Visa', 'http://www.rajdhani.com/embassy.html', 'c');
addItem('Railway Schedules', 'http://www.rajdhani.com/railway_schedule.html', 'c');
addItem('Train Information Calcutta', 'http://www.rajdhani.com/calcutta_train.html', 'c');
addItem('Train Information Bombay', 'http://www.rajdhani.com/bombay_train.html', 'c');
addItem('Train Information Delhi', 'http://www.rajdhani.com/newdl.html', 'c');
addItem('Train Information Hydrabad', 'http://www.rajdhani.com/hydrabad_train.html', 'c');
addHdr('Support');
addItem('Agents Contact Info', 'contact.html', 'c');
addItem('Site Map', 'maps.html', 'c');


// and HERE! No more!

document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}
