
<!--

/*
Static menu script (By maXimus, maximus@nsimail.com, http://maximus.ravecore.com/)
Modified slightly/ permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

if ((screen.width>=1024) && (screen.height>=768))
{
//configure below variable for menu width, position on page
var menuwidth=200
var offsetleft=852
var offsettop=221
}
else
{

var menuwidth=200
var offsetleft=802
var offsettop=35


}


var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

function makeStatic() {
if (ie4) {object1.style.pixelTop=document.body.scrollTop+offsettop}
else if (ns6) {document.getElementById("object1").style.top=window.pageYOffset+offsettop}
else if (ns4) {eval(document.object1.top=eval(window.pageYOffset+offsettop));}
setTimeout("makeStatic()",0);
}

if (ie4||ns6) {document.write('<span ALIGN="CENTER" ID="object1" STYLE="Position:absolute; Top:20; Left:'+offsetleft+'; Z-Index:5;cursor:hand;background-color:#3333FF;"><TABLE BORDER="1" width="'+menuwidth+'" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="#CCE7F7">')}
else if (ns4){ document.write('<LAYER top="20" name="object1" left="'+offsetleft+'" ><TABLE BORDER="2" BORDERCOLOR="#CCE7F7" CELLPADDING="0" CELLSPACING="1"><TR><TD><TABLE BORDER="2" BORDERCOLOR="#CCE7F7"  CELLPADDING="0" CELLSPACING="0" width="'+menuwidth+'">')}

if (ie4||ns6||ns4)
//document.write('<TR><TD BGCOLOR="black" BORDERCOLORDARK="#CCE7F7" BORDERCOLORLIGHT="#CCE7F7"><P ALIGN=CENTER><FONT SIZE="2" FACE=ARIAL COLOR=WHITE><b>OSKARS</b></FONT></TD></TR>')

var menui = new Array();
var menul = new Array();

//configure below for menu items. Extend list as desired

//menui[0]="onMouseout=className=\'menu\'><font color='white'><left>About us</font>";
menui[0]="bgcolor='orange' onMouseout=className=\'menublack\'><font color='white' size='4'><center>Oskars Studios</center></font>";
menui[1]="bgcolor='orange' onMouseout=className=\'menublack\'><font color='white'><left>Studios photos</center></font>";
menui[2]="bgcolor='orange' onMouseout=className=\'menublack\'><font color='white'><left>Studios Guestbook</font>";
menui[3]="bgcolor='orange' onMouseout=className=\'menublack\'><font color='white'><left>Studios customers comments</font>";
menui[4]="bgcolor='orange' onMouseout=className=\'menublack\'><font color='black' >&nbsp;&nbsp;<img src='http://www.oskars.gr/images/arrow.gif' width='15' height='12' /><b>Studios bookings</b></font>";
menui[5]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white' size='4'><center>Oskars Restaurant</font>";
menui[6]="bgcolor='green' onMouseout=className=\'menugreen\'><font  color='white'><left>Restaurant Menu</font>";
menui[7]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white'><left>Restaurant Guestbook</font>";
menui[8]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white'><left>Restaurant customers comments</font>";
menui[9]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white'><left>Oskars Bar</font>";
menui[10]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white'><left>Photos Restaurant-Bar</font>";
menui[11]="bgcolor='green' onMouseout=className=\'menugreen\'><font color='white'><left>Wedding at Oskars</font>";
menui[12]="bgcolor='green' onMouseout=className=\'menugreen'><font color='white'><left>Greek nights</font>";
//menui[13]="onMouseout=className=\'menu\'><font color='white'><left>Getting to oskars</font>";
menui[13]="onMouseout=className=\'menu\'><font color='white'><left>Contact us</font>";


//menul[0]="maineng.htm";
menul[0]="http://www.oskars.gr/accommoeng.htm";
menul[1]="http://www.oskars.gr/photoaccom.htm";
menul[2]="http://www.oskars.gr/studios_guest";
menul[3]="http://www.oskars.gr/studioscustomerscomments07.html";
menul[4]="http://www.oskars.gr/oskars_accommodation_contact_booking_form.html";
menul[5]="http://www.oskars.gr/Restauranteng.htm";
menul[6]="http://www.oskars.gr/restaurant_menu_sups_cheese.html";
menul[7]="http://www.oskars.gr/guestbook";
menul[8]="http://www.oskars.gr/restaurantcustomerscomments07.html";
menul[9]="http://www.oskars.gr/bareng.htm";
menul[10]="http://www.oskars.gr/photo_restaurant_bar.html";
menul[11]="http://www.oskars.gr/wedding_in_kefalonia.htm";
menul[12]="http://www.oskars.gr/greekneng.htm";
//menul[13]="Gettingoskeng.htm";
menul[13]="http://www.oskars.gr/contact_us.html";



for (bi=0;bi<=menui.length-1;bi++)
if (ie4||ns6) {document.write('<TR><TD BORDERCOLOR="#CCE7F7" ONCLICK="window.open(\''+menul[bi]+'\') "  onmouseover="className=\'menuh\'" '+menui[bi]+'</TD></TR>')}
else if (ns4){document.write('<TR><TD BGCOLOR="white"><ILAYER><LAYER width="'+menuwidth+'" onmouseover="bgColor=\'yellow\'" onmouseout="bgColor=\'white\'"><CENTER><A HREF="'+menul[bi]+'"  class=menulinks>'+menui[bi]+'</A></CENTER></LAYER></ILAYER></TD></TR>')}

if (ie4||ns6) {document.write('</TABLE></span>')}
else if (ns4){document.write('</TABLE></TD></TR></TABLE></LAYER>')}

function menu3(){
if (ns6||ie4||ns4)
makeStatic()
}

window.onload=menu3

//-->
