// ************************
//
//         navhotg.js
//
//         Javascript
//         for navigation
//         by George
//         v1.0/2000
//
// ************************
function nav()
{op=document.navigation.navbar.selectedIndex;
opval=document.navigation.navbar.options[op].value;
window.location=opval + ".htm"}
document.write('<P><FORM NAME="navigation">');
document.write('<P><TABLE><TR>');
document.write('<TD><A HREF="grehot.htm"><IMG SRC="grehot.gif" ALT="Hotels in Greece"></A></TD>');
document.write('<TD><FORM NAME="navigation">');
document.write('<SELECT NAME="navbar" onChange="nav()">');
document.write('<OPTION VALUE="grehot" SELECTED>Select a Hotel in Greece');
document.write('<OPTION VALUE="stgly">St George Lycabettus, Athens');
document.write('<OPTION VALUE="porelm">Porto Elounda Mare, Crete');
document.write('<OPTION VALUE="dam">Dameia Palace, Santorini');
document.write('<OPTION VALUE="savillas">Santorini Villas, Santorini');
document.write('</SELECT></FORM></TD></TR></TABLE>');

