                  /*DROP DOWN MENUS */

/*Window script - Copyrighted 2001 Thomas Brattli. This script will come as a stand-alone script in a while*/
var oWin=new Array; oWin.zIndex=10; oWin.dragobj=-1; oWin.resizeobj=-1; oWin.zIndex=100
var isFront;
function winit(w,is,w1,h1,x1,y1){
	wins=w
	win_init()
	winpage=lib_doc_size()
	for(i=0;i<wins;i++){
		create_window(i,0,0,1)
	}
	oWin.currwins=i
	if(is){
		isFront=1
		setWindows()
	}
	if(w1){
		j=0
		for(i=2;i<arguments.length;i+=4){
			oWin[j].resize(arguments[i],arguments[i+1])
			oWin[j].origw=arguments[i]; oWin[0].origh=arguments[i+1]
			oWin[j].moveIt(eval(arguments[i+2]),arguments[i+3])
			oWin[j].checkscroll()
			oWin[j].showIt()
			j++
		}
	}
}
function create_window(i,link,heading,SYSTEM){
	oWin[i]=new lib_obj2('divWin'+i,'','','',i)
	oWin[i].oWindow=new lib_obj2('divWindow'+i,'divWin'+i)
	oWin[i].oText=new lib_obj2('divWinText'+i,'divWin'+i,'divWindow'+i)
	oWin[i].oHead=new lib_obj2('divWinHead'+i,'divWin'+i)
	oWin[i].oButtons=new lib_obj2('divWinButtons'+i,'divWin'+i)
	oWin[i].oResize=new lib_obj2('divWinResize'+i,'divWin'+i)
	//Events
	oWin[i].oHead.evnt.onmouseover=new Function("w_mmover("+i+")")
	oWin[i].oHead.evnt.onmouseout=new Function("w_mmout()")
	if(!bw.ns4) oWin[i].oHead.evnt.ondblclick=new Function("mdblclick(0,"+i+")")
	oWin[i].oResize.evnt.onmouseover=new Function("w_mmover("+i+",1)")
	oWin[i].oResize.evnt.onmouseout=new Function("w_mmout()")	
	//Styles
	if(!bw.ns4){
		oWin[i].oHead.css.cursor="move"
		oWin[i].oResize.css.cursor="w-resize"
		if(!bw.opera5){
			oWin[i].oWindow.css.overflow="hidden"
			oWin[i].css.overflow="hidden"
		}
	}

	//Scroll
	oWin[i].oUp=new lib_obj2('divWinUp'+i,'divWin'+i)
	oWin[i].oDown=new lib_obj2('divWinDown'+i,'divWin'+i)
	
	//If loader
	if(link){
		//Loader
		if(!bw.ns4) oWin[i].oLoader=new lib_obj2('ifrWin'+i,'divWin'+i)
		if(!bw.ns6&&!bw.ns4) oWin[i].oIfr=document.frames['ifrWin'+i]
	}
	
	oWin[i].lastx=oWin[i].x
	oWin[i].lasty=oWin[i].y
	oWin[i].origw=250
	oWin[i].origh=250
	
	//Functions
	oWin[i].resize=win_resize;
	oWin[i].close=win_close;
	oWin[i].maximize=win_maximize;
	oWin[i].minimize=win_minimize;
	oWin[i].regwin=win_regwin
	oWin[i].checkscroll=win_checkscroll;
	oWin[i].up=win_up;
	oWin[i].down=win_down;
	oWin[i].addZ=win_addZ;
	oWin[i].state="reg"
	oWin[i].heading=heading?heading:""
	if(link){
		oWin[i].resize(250,250)
		oWin[i].moveIt(20,150)
	}
	if(!SYSTEM){
		oWin[i].showIt()
	}
}
//Window functions 
function win_regwin(){
	this.oResize.css.visibility="inherit"
	this.resize(this.origw,this.origh)
	this.slideIt(this.lastx,this.lasty,30,10)
	this.state="reg"
	this.addZ()
	this.checkscroll()
}
function win_maximize(){
	if(this.state!="max"){
		if(this.state!="min"){this.lastx=this.x; this.lasty=this.y}
		mw=winpage.x2 - 10
		mh=winpage.y2 - 10 - 140
		this.slideIt(5,143,30,10,this.obj+'.resize('+mw+','+mh+');')
		this.state="max"
		this.addZ()
	}else this.regwin()
}
function win_minimize(){
	if(this.state!="min"){
		couns=0
		if(this.state!="max"){this.lastx=this.x; this.lasty=this.y}
		y=winpage.y2-16; ox=winpage.x2-126
		a=0
		for(i=0;i<wins;i++){
			x=i*125; ok=a
			if(a*125>ox){
				if(ox>126) i=0
				a=0; y-=15; x=0
			}
			for(j=0;j<wins;j++){
				couns++
				//self.status=oWin[j].x + "=" + x + "   -    " + oWin[j].y + "=" + y
				if(oWin[j].x==x && oWin[j].y==y) a++
			}		
			if(a==ok) break;
		}
		x=a*125;
		this.slideIt(x,y,30,10)
		this.oResize.hideIt()
		this.state="min"
		this.resize(125,14)
	}else this.regwin()
}
function win_close(){
	this.hideIt()
	this.oUp.hideIt()
	this.oDown.hideIt()
}
function win_resize(w,h){
	this.oButtons.moveIt(w-39,0)
	this.oResize.moveIt(w-13,h-9)
	this.oWindow.clipTo(0,w-2,h-23,0,1)
	this.clipTo(0,w,h,0,1)
	this.oHead.clipTo(0,w,14,0,1)
	this.oText.moveIt(2,3)
	this.oUp.hideIt()
	this.oDown.hideIt()
}
function win_checkscroll(w,h){
	this.oText.height=this.oText.evnt.offsetHeight||this.oText.css.pixelHeight||this.oText.ref.height||0
	w=this.cr
	h=this.cb
	if(this.oText.height>h-28 && this.state!="min"){
		this.oWindow.clipTo(0,w-14,h-23,0,1)
		this.oUp.moveIt(w-12,14)
		this.oUp.clipTo(0,11,h-30,0,1)
		this.oDown.moveIt(w-12,h-21)
		this.oDown.clipTo(0,11,12,0,1)
		this.oUp.showIt()
		this.oDown.showIt()
	}else{
		this.oUp.hideIt()
		this.oDown.hideIt()
	}
}
var sctim=100;
var winScroll;
function win_up(){
	clearTimeout(sctim);
	if(this.oText.y>=this.oWindow.cb-this.oText.height-10 && winScroll){
		this.oText.moveBy(0,-8); 
		setTimeout(this.obj+".up()",30)
	}
}
function win_down(){
	clearTimeout(sctim);
	if(this.oText.y<=0 && winScroll){
		this.oText.moveBy(0,8);
		setTimeout(this.obj+".down()",30)
	}
}
function noScroll(){clearTimeout(sctim);winScroll=false}


function win_addZ(){
	oWin.zIndex++
	this.css.zIndex=oWin.zIndex
}
//Initiating winpage
function win_init(){
	if(document.layers){
		document.captureEvents(Event.MOUSEMOVE | Event.MOUSEDOWN | Event.MOUSEUP | Event.DBLCLICK)
		document.ondblclick=mdblclick;
	}
	document.onmousemove=mmove;
	document.onmousedown=mdown
	document.onmouseup=mup;
}
//Event functions
function w_mmover(num,resize){ //Mouseover on elements
	if(!resize) oWin.dragover=num
	else oWin.resizeover=num
}
function w_mmout(){ //Mouseout on elements
	oWin.dragover=-1
	oWin.resizeover=-1
}
function mup(e){ //Mouseup
	if(oWin.dragobj!=-1){oWin[oWin.dragobj].lastx=oWin[oWin.dragobj].x; oWin[oWin.dragobj].lasty=oWin[oWin.dragobj].y}
	oWin.dragobj=-1	
	if(oWin.resizeobj!=-1){
		oWin[oWin.resizeobj].checkscroll()
		oWin[oWin.resizeobj].origw=oWin[oWin.resizeobj].cr
		oWin[oWin.resizeobj].origh=oWin[oWin.resizeobj].cb		
	}else if(bw.ns4) routeEvent(e)		
	oWin.resizeobj=-1
}
function mdown(e){ //Mousedown
	x=(bw.ns4 || bw.ns6)?e.pageX:event.x||event.clientX
    y=(bw.ns4 || bw.ns6)?e.pageY:event.y||event.clientY
	if(bw.ie5 || bw.ie6) y+=document.body.scrollTop
	id1=oWin.dragover
	id2=oWin.resizeover
	if(id1>-1 || id2>-1){
		if(id2>-1){ id=id2; oWin.resizeobj=id;
		}else{ 
			id=id1; oWin.dragobj=id
			oWin.clickedX=x-oWin[id].x; 
			oWin.clickedY=y-oWin[id].y
		}
		oWin[id].addZ()
		//Setting background-colors	
		for(i=0;i<wins;i++){
			if(i!=id1&&i!=id2){
				oWin[i].oWindow.bg("white")
			}else oWin[i].oWindow.bg("#EEF3F9")
		}
	}else if(bw.ns4) routeEvent(e)
}
function mmove(e,y,rresize){ //Mousemove
	x=(bw.ns4 || bw.ns6)?e.pageX:event.x||event.clientX
    y=(bw.ns4 || bw.ns6)?e.pageY:event.y||event.clientY
	if(bw.ie5 || bw.ie6) y+=document.body.scrollTop
	id1=oWin.dragobj
	id2=oWin.resizeobj
	if(id2>-1){ //Resize
		nx=x; ny=y
		oldw=oWin[id2].cr
		oldh=oWin[id2].cb
		cw= nx -oWin[id2].x
		ch= ny - oWin[id2].y
		if(cw<120) cw=120
		if(ch<70) ch=70
		oWin[id2].resize(cw,ch)
	}else if(id1>-1){ //Move
		nx=x-oWin.clickedX; ny=y-oWin.clickedY
		if(ny<140) ny=140
		oWin[id1].moveIt(nx,ny)
		if(oWin[id].state==0){oWin[id].lastx=nx; oWin[id].lasty=ny}
	}
	if(!bw.ns4) return false      
}
function mdblclick(e,num){ //Doubleclick
	if(num>-1) oWin[num].maximize()
	else if(oWin.dragover>-1) oWin[oWin.dragover].maximize()
}
function setWindows(placeit,rez){
	between=10
	oWin.rows=Math.round((oWin.currwins/3)+0.2)
	oWin.columns=1
	j=0;a=0;c=0;
	for(i=0;i<wins;i++){
		if(j==oWin.columns-1){
			oWin.columns=oWin.currwins-a<3?oWin.currwins-a:oWin.currwins-a==4?2:3
			if(oWin.currwins!=1 && a!=0) c++
			j=0
		}else if(a!=0) j++
		oWin[i].origw=(winpage.x2-3-(between*oWin.columns))/oWin.columns 
		oWin[i].origh=(winpage.y2-137-(between*oWin.rows))/oWin.rows
		oWin[i].origx=oWin[i].origw*(j)+(between*j+1) + 5
		oWin[i].origy=oWin[i].origh*c+140+(between*c)  + 3
		if(!placeit){oWin[i].lasty=oWin[i].origy; oWin[i].lastx=oWin[i].origx
		}else{
			oWin[i].lasty=((page.avail)*parseFloat(oWin[i].yy)/100)+130 ; 
			oWin[i].lastx=page.x2*parseFloat(oWin[i].xx)/100
		}
		oWin[i].resize(oWin[i].origw,oWin[i].origh)
		st=oWin[i].state; oWin[i].regwin()
		if(st==1) oWin[i].minimize(1); else if(st==2) oWin[i].maximize(1)
		else if(st==3) oWin[i].close(); 
		else oWin[i].moveIt(oWin[i].lastx,oWin[i].lasty); if(!placeit)oWin[i].showIt()
		a++;
	}
}

var mDebugging=2; oDCMenu=new makeCoolMenu("oDCMenu"); oDCMenu.useframes=0 
oDCMenu.frame="frmMain"; oDCMenu.offlineUrl="D:/G-T-Network2003-1/rodos.com"; oDCMenu.onlineUrl="http://192.41.25.227";oDCMenu.NS4padding="2px";oDCMenu.useNS4links=1 ;oDCMenu.checkselect=1 ;oDCMenu.pagecheck=0;oDCMenu.checkscroll=2;oDCMenu.resizecheck=1 ;oDCMenu.wait=1000 ;
oDCMenu.usebar=1;oDCMenu.barcolor="#003399" ;oDCMenu.barwidth="100%" ;oDCMenu.barheight="menu" ;oDCMenu.barx=0 ;oDCMenu.bary="menu";oDCMenu.barinheritborder=0 ;oDCMenu.rows=1;oDCMenu.fromleft=180 ;oDCMenu.fromtop=0 ;oDCMenu.pxbetween=0;
avail="15+((toppage.x2-0)/9)";oDCMenu.menuplacement=new Array(9,avail+"-2",avail+"*2+10",avail+"*3+12",avail+"*4+12",avail+"*5+12",avail+"*6+14",avail+"*7+14",avail+"*8+10")
oDCMenu.level[0]=new Array() 
oDCMenu.level[0].width=40 
oDCMenu.level[0].height=22 
oDCMenu.level[0].bgcoloroff="transparent"
oDCMenu.level[0].bgcoloron="red" 
oDCMenu.level[0].textcolor="white"
oDCMenu.level[0].hovercolor="#FCCE55"
/*Above is for when mouse over main bar, name changes color*/  

oDCMenu.level[0].style="font-family:arial,helvetica; font-size:12px; font-weight:bold"
oDCMenu.level[0].border=0 
oDCMenu.level[0].bordercolor="" 
oDCMenu.level[0].offsetX=0 
oDCMenu.level[0].offsetY=-1 
oDCMenu.level[0].NS4font="arial,helvetica"
oDCMenu.level[0].NS4fontSize="2"
oDCMenu.level[0].align="bottom" 
oDCMenu.level[1]=new Array() 
oDCMenu.level[1].width=125
oDCMenu.level[1].height=22
oDCMenu.level[1].bgcoloroff="#003399"
/* Above is Background color off for the first level drop down menus */

oDCMenu.level[1].bgcoloron="#006699"
oDCMenu.level[1].textcolor="#FFFFFF"
/* Above is for test color inactive for 1st level drop menus */

oDCMenu.level[1].hovercolor="yellow"
oDCMenu.level[1].style="padding:4px; font-family:arial,helvetica; font-size:12px; font-weight:bold"
oDCMenu.level[1].align="bottom" 
oDCMenu.level[1].offsetX=0
oDCMenu.level[1].offsetY=0
oDCMenu.level[1].border=1 
oDCMenu.level[1].bordercolor="#006699"
oDCMenu.level[1].NS4font="arial,helvetica"
oDCMenu.level[1].NS4fontSize="2"
oDCMenu.level[2]=new Array()
oDCMenu.level[2].width=135
oDCMenu.level[2].height=25
oDCMenu.level[2].style="padding:2px; font-family: arial,helvetica; font-size:12px; font-weight:bold"
oDCMenu.level[2].align="bottom" 
oDCMenu.level[2].offsetX=0
oDCMenu.level[2].offsetY=0
oDCMenu.level[2].border=1 
oDCMenu.level[2].bordercolor="#006699"
oDCMenu.level[2].NS4fontSize="1"
oDCMenu.level[2].bgcoloroff="#1a5efd"
oDCMenu.level[2].bgcoloron="#006699"
oDCMenu.level[2].textcolor="white"
oDCMenu.level[2].hovercolor="yellow"

          oDCMenu.makeMenu('top1','','<b>Oasis Hotel</b>','',22,110)
    oDCMenu.makeMenu('sub10','top1','Εγκαταστάσεις','http://www.oasis-hotel.gr/hotel.htm')
    oDCMenu.makeMenu('sub11','top1','Εξυπηρετήσεις','http://www.oasis-hotel.gr/facilities.htm')
    oDCMenu.makeMenu('sub12','top1','Κήπος','http://www.oasis-hotel.gr/tree.htm')
    oDCMenu.makeMenu('sub13','top1','Ζωολογικός κήπος','http://www.oasis-hotel.gr/zoo.htm')
    oDCMenu.makeMenu('sub14','top1','Ελληνικές βραδιές','http://www.oasis-hotel.gr/dance.htm')
    oDCMenu.makeMenu('sub15','top1','Τύπος Δωματίων','',22,110) 
        oDCMenu.makeMenu('sub150','sub15','Μονόκλινο','http://www.oasis-hotel.gr/single/greek.htm')
        oDCMenu.makeMenu('sub151','sub15','Δίκλινο','http://www.oasis-hotel.gr/double/greek.htm')
        oDCMenu.makeMenu('sub152','sub15','Τρίκλινο','http://www.oasis-hotel.gr/triple/greek.htm')
        oDCMenu.makeMenu('sub153','sub15','Διαμερίσματα','http://www.oasis-hotel.gr/apartment/greek.htm')
oDCMenu.makeMenu('top2','','<b>Τιμές OASIS</b>','',22,110)
    oDCMenu.makeMenu('sub20','top2','Τιμές 2010','http://www.oasis-hotel.gr/prices/index.htm')
    oDCMenu.makeMenu('sub21','top2','Προσφορές τιμών','http://www.oasis-hotel.gr/prices/offers.htm')
    oDCMenu.makeMenu('sub22','top2','Πρακτορεία','http://www.oasis-hotel.gr/touroperator/index.htm')
    oDCMenu.makeMenu('sub23','top2','Επικοινωνία','',22,110)
        oDCMenu.makeMenu('sub230','sub23','Πληροφορίες','http://www.oasis-hotel.gr/contact/communicate.htm')
        oDCMenu.makeMenu('sub231','sub23','Κρατήσεις','http://www.oasis-hotel.gr/contact/reserv.htm')
        oDCMenu.makeMenu('sub132','sub23','Βιβλίο επισκεπυών','http://www.oasis-hotel.gr/guestbook/index.php3')
oDCMenu.makeMenu('top3','','<b>Τοποθεσίες</b>','',22,110)
    oDCMenu.makeMenu('sub30','top3','Δωδεκάνησα','http://www.oasis-hotel.gr/islands/greek.htm')
    oDCMenu.makeMenu('sub31','top3','Island Rhodes','',22,120)
        oDCMenu.makeMenu('sub310','sub31','Rhodos-Ρόδος','http://www.oasis-hotel.gr/rodos.htm')
        oDCMenu.makeMenu('sub311','sub31','Afandou-Αφάντου','http://www.oasis-hotel.gr/afandou.htm')
        oDCMenu.makeMenu('sub312','sub31','Kolymbia-Κολύμπια','http://www.oasis-hotel.gr/kolymbia.htm')
        oDCMenu.makeMenu('sub313','sub31','Faliraki-Φαληράκι','http://www.oasis-hotel.gr/maps/faliraki.htm')
        oDCMenu.makeMenu('sub314','sub31','Lindos-Λίνδος','http://www.oasis-hotel.gr/maps/lindos.htm')
        oDCMenu.makeMenu('sub315','sub31','Prassonissi beach','http://www.oasis-hotel.gr/maps/prasonisi.htm')
        oDCMenu.makeMenu('sub316','sub31','Golf Ρόδου','http://www.oasis-hotel.gr/golf-sport/greek.htm')
        oDCMenu.makeMenu('sub317','sub31','Beaches-Παραλίες ','http://www.oasis-hotel.gr/beaches/index.html')
        oDCMenu.makeMenu('sub318','sub31','Πεταλούδες Ρόδος ','http://www.oasis-hotel.gr/butterflies-petaloudes-rhodos.html')
        oDCMenu.makeMenu('sub319','sub31','7 Πηγές Ρόδου ','http://www.oasis-hotel.gr/seven-7-springs-rhodes.html')
    oDCMenu.makeMenu('sub32','top3','Αθήνα','http://www.oasis-hotel.gr/athens/greek.htm')
    oDCMenu.makeMenu('sub33','top3','Ελλάδα','http://www.oasis-hotel.gr/greece/greek.htm')
    oDCMenu.makeMenu('sub34','top3','Ελληνικά νησιά','http://www.oasis-hotel.gr/Greek-Islands/Islands.htm')
    oDCMenu.makeMenu('sub35','top3','Τουριστικός οδηγός','http://www.oasis-hotel.gr/travel-guide-in-greece/index.html')
    oDCMenu.makeMenu('sub36','top3','Μονές Αγίου Όρους','http://www.oasis-hotel.gr/agio-oros-monastery/greek/index.htm')
    oDCMenu.makeMenu('sub37','top3','Μετέωρα Καλαμπάκα','http://www.oasis-hotel.gr/meteora-kalambaka-monasteries/index.html')
    oDCMenu.makeMenu('top4','','<b>Ξενοδοχεία</b>','',22,110)
    oDCMenu.makeMenu('sub40','top4','Με Τοποθεσία','http://www.oasis-hotel.gr/hotels/afandou.htm')
    oDCMenu.makeMenu('sub41','top4','Με όνομα','http://www.oasis-hotel.gr/hotels/index.htm')
oDCMenu.makeMenu('sub42','top4','Dodecanese-Δωδεκάνησα','',22,130)
            oDCMenu.makeMenu('sub420','sub42','Rhodos-Ρόδος','http://www.oasis-hotel.gr/hotels/afandou.htm')
            oDCMenu.makeMenu('sub421','sub42','Astypalaia-Αστυπάλαια','http://www.oasis-hotel.gr/hotels/astipalea/index.htm')
            oDCMenu.makeMenu('sub422','sub42','Kalymnos-Κάλυμνος','http://www.oasis-hotel.gr/hotels/kalymnos/index.htm')
            oDCMenu.makeMenu('sub423','sub42','Karpathos-Κάρπαθος','http://www.oasis-hotel.gr/hotels/karpathos/index.htm')
            oDCMenu.makeMenu('sub424','sub42','Kassos-Κάσσος','http://www.oasis-hotel.gr/hotels/kassos/index.htm')
            oDCMenu.makeMenu('sub425','sub42','Megisti-Καστελλόριζο','http://www.oasis-hotel.gr/hotels/kastelorizo/index.htm')
            oDCMenu.makeMenu('sub426','sub42','Kos-Κώς','http://www.oasis-hotel.gr/hotels/kos/index.htm')
            oDCMenu.makeMenu('sub427','sub42','Lipsi-Λειψοί','http://www.oasis-hotel.gr/hotels/lipsi/index.htm')
            oDCMenu.makeMenu('sub428','sub42','Leros-Λέρος','http://www.oasis-hotel.gr/hotels/leros/index.htm')
            oDCMenu.makeMenu('sub429','sub42','Nysiros-Νίσυρος','http://www.oasis-hotel.gr/hotels/nissyros/index.htm')
            oDCMenu.makeMenu('sub430','sub42','Patmos-Πάτμος','http://www.oasis-hotel.gr/hotels/patmos/index.htm')
            oDCMenu.makeMenu('sub431','sub42','Symi-Σύμης','http://www.oasis-hotel.gr/hotels/symi/index.htm')
            oDCMenu.makeMenu('sub432','sub42','Tilos-Τήλος','http://www.oasis-hotel.gr/hotels/tilos/index.htm')
            oDCMenu.makeMenu('sub433','sub42','Chalki-Χάλκη','http://www.oasis-hotel.gr/hotels/chalki/index.htm')
     oDCMenu.makeMenu('sub43','top4','Κυκλάδες','',22,110)
            oDCMenu.makeMenu('sub4300','sub43','Μύκονος','http://www.oasis-hotel.gr/hotels/miconos/index.htm')
            oDCMenu.makeMenu('sub4301','sub43','Σαντορίνη','http://www.oasis-hotel.gr/hotels/santorini/index.htm')
            oDCMenu.makeMenu('sub4302','sub43','Άνδρος','http://www.oasis-hotel.gr/hotels/andros-island/index.htm')
            oDCMenu.makeMenu('sub4303','sub43','Μήλος','http://www.oasis-hotel.gr/hotels/milos-island/index.htm')
            oDCMenu.makeMenu('sub4304','sub43','Νάξος','http://www.oasis-hotel.gr/hotels/naxos-island/index.htm')
            oDCMenu.makeMenu('sub4305','sub43','Πάρος','http://www.oasis-hotel.gr/hotels/paros-island/index.htm')
            oDCMenu.makeMenu('sub4306','sub43','Τήνος','http://www.oasis-hotel.gr/hotels/Tinos-island/index.htm')
            oDCMenu.makeMenu('sub4307','sub43','Σύρος','http://www.oasis-hotel.gr/hotels/syros-ermoupolis-island/index.htm')
      oDCMenu.makeMenu('sub44','top4','Νησιά Αιγαίου','',22,110)
            oDCMenu.makeMenu('sub440','sub44','Θάσσος','http://www.oasis-hotel.gr/hotels/thassos-island/index.htm')
            oDCMenu.makeMenu('sub441','sub44','Σαμοθράκη','http://www.oasis-hotel.gr/hotels/samothraki-island/index.htm')
            oDCMenu.makeMenu('sub442','sub44','Λήμνος','http://www.oasis-hotel.gr/lemnos/index.htm')
            oDCMenu.makeMenu('sub443','sub44','Λέσβος-Μυτιλήνη','http://www.oasis-hotel.gr/hotels/lesvos/index.htm')
            oDCMenu.makeMenu('sub444','sub44','Σάμος-Ικαρία','http://www.oasis-hotel.gr/hotels/samos-ikaria/index.htm')
            oDCMenu.makeMenu('sub445','sub44','Χίος-Ψαρά','http://www.oasis-hotel.gr/hotels/chios-psara-island/index.htm')
       oDCMenu.makeMenu('sub45','top4','Νησιά Ιονίου','',22,110)
            oDCMenu.makeMenu('sub450','sub45','Κέρκυρα-Corfu','http://www.oasis-hotel.gr/hotels/corfu-kerkyra/index.htm')
            oDCMenu.makeMenu('sub451','sub45','Ζάκυνθος','http://www.oasis-hotel.gr/hotels/zakynthos-island/index.htm')
            oDCMenu.makeMenu('sub452','sub45','Κεφαλονιά','http://www.oasis-hotel.gr/hotels/kefalonia-island/index.htm')
            oDCMenu.makeMenu('sub453','sub45','Λευκάδα','http://www.oasis-hotel.gr/hotels/lefkada-island/index.htm')
       oDCMenu.makeMenu('sub46','top4','Σποράδες','',22,110)
            oDCMenu.makeMenu('sub460','sub46','Σκιάθος','http://www.oasis-hotel.gr/hotels/skiathos-island/index.htm')
        oDCMenu.makeMenu('sub47','top4','Νησιά Σαρωνικού','',22,110)
            oDCMenu.makeMenu('sub470','sub47','Αίγινα','http://www.oasis-hotel.gr/hotels/aegina-egina-island/index.htm')
            oDCMenu.makeMenu('sub471','sub47','Υδρα','http://www.oasis-hotel.gr/hotels/hydra-idra-island/index.htm')
            oDCMenu.makeMenu('sub472','sub47','Πόρος','http://www.oasis-hotel.gr/hotels/poros-island/index.htm')
            oDCMenu.makeMenu('sub473','sub47','Σαλαμίνα','http://www.oasis-hotel.gr/hotels/salamina-island/index.htm')
            oDCMenu.makeMenu('sub474','sub47','Σπέτσες','http://www.oasis-hotel.gr/hotels/spetses-island/index.htm')
        oDCMenu.makeMenu('sub48','top4','Κρήτη','',22,110)
            oDCMenu.makeMenu('sub480','sub48','Ηράκλειο','http://www.oasis-hotel.gr/crete/hotels-heraklio-kriti.htm')
            oDCMenu.makeMenu('sub481','sub48','Χανιά','http://www.oasis-hotel.gr/crete/hotels-chania-kreta.htm')
            oDCMenu.makeMenu('sub482','sub48','Ρέθυμνο','http://www.oasis-hotel.gr/crete/hotels-rethymno-kreta.htm')
            oDCMenu.makeMenu('sub483','sub48','Λασήθι','http://www.oasis-hotel.gr/crete/hotels-lassithi-kreta.htm')
        oDCMenu.makeMenu('sub49','top4','Αθήνα','http://www.oasis-hotel.gr/hotels/athens-athena/index.htm')
        oDCMenu.makeMenu('sub50','top4','Θεσσαλονίκη','http://www.oasis-hotel.gr/hotels/thessaloniki/index.htm')
        oDCMenu.makeMenu('sub51','top4','Χαλκιδική','http://www.oasis-hotel.gr/hotels/halkidiki-chalkidiki/index.htm')
        oDCMenu.makeMenu('sub52','top4','Πάτρα','http://www.oasis-hotel.gr/hotels/patra-achaia/index.htm')
        oDCMenu.makeMenu('sub53','top4','Λάρισα','http://www.oasis-hotel.gr/hotels/larissa/index.htm')
oDCMenu.makeMenu('top5','','<b>Χάρτες Εικόνες</b>','',22,110)
        oDCMenu.makeMenu('sub500','top5','Ελλάδα','http://www.oasis-hotel.gr/maps/greecemap.htm')
        oDCMenu.makeMenu('sub501','top5','Ευρώπη','http://europa.eu.int/abc/maps/index_el.htm')
        oDCMenu.makeMenu('sub502','top5','Αθήνα','http://www.oasis-hotel.gr/maps/athens-athena-attica-map.htm')
        oDCMenu.makeMenu('sub503','top5','Δωδακάνησα','http://www.oasis-hotel.gr/maps/dodekanisa.htm')
        oDCMenu.makeMenu('sub504','top5','Ρόδος','http://www.oasis-hotel.gr/maps/rodosbig.htm')
        oDCMenu.makeMenu('sub505','top5','Κρήτη','http://www.oasis-hotel.gr/crete/index.htm')
        oDCMenu.makeMenu('sub506','top5','Θεσσαλονίκη','http://www.oasis-hotel.gr/maps/macedonia-thessaloniki-chalkidiki.htm')
        oDCMenu.makeMenu('sub507','top5','Χαλκιδική','http://www.oasis-hotel.gr/maps/halkidiki-chalkidiki-pictures-map.htm')
        oDCMenu.makeMenu('sub508','top5','Πάτρα-Αχαία','http://www.oasis-hotel.gr/maps/patra-achaia-peloponnese.htm')
        oDCMenu.makeMenu('sub509','top5','Κυκλάδες','http://www.oasis-hotel.gr/maps/map-cyclades-kiklades-islands.htm')
        oDCMenu.makeMenu('sub510','top5','Νησιά Ιονίου','http://www.oasis-hotel.gr/maps/map-ionian-islands.htm')
        oDCMenu.makeMenu('sub511','top5','Νησιά Αιγαίου','http://www.oasis-hotel.gr/maps/map-north-aegean-islands.htm')
        oDCMenu.makeMenu('sub512','top5','Σαρωνικός','http://www.oasis-hotel.gr/maps/map-argos-saronic-islands.htm')
        oDCMenu.makeMenu('sub513','top5','Σποράδες','http://www.oasis-hotel.gr/maps/map-sporades-islands.htm')
oDCMenu.makeMenu('top7','','<b>Εξυπηρετήσεις</b>','',22,110)
oDCMenu.makeMenu('sub70','top7','Μετακινήσεις','',22,110) 
oDCMenu.makeMenu('sub701','sub70','Αεροπλάνα','http://www.oasis-hotel.gr/airplanes/index.htm')
oDCMenu.makeMenu('sub702','sub70','Πλοία','http://www.oasis-hotel.gr/boats/index.htm')
oDCMenu.makeMenu('sub703','sub70','Λεωφορεία','http://www.oasis-hotel.gr/buses/index.htm')
oDCMenu.makeMenu('sub704','sub70','Αυτοκίνητα','http://www.oasis-hotel.gr/rent/index.htm')
oDCMenu.makeMenu('sub705','sub70','Αναψυχή','http://www.oasis-hotel.gr/yachting-in-greece/index.html')
oDCMenu.makeMenu('sub71','top7','Μουσική-Νέα','http://www.oasis-hotel.gr/rhodos-news.htm')
oDCMenu.makeMenu('sub72','top7','Αρχαιολογία','http://www.oasis-hotel.gr/culture/rodos.htm')
oDCMenu.makeMenu('sub73','top7','Διαφήμιση','http://www.oasis-hotel.gr/banner-exchange-gr.htm')
oDCMenu.makeMenu('sub74','top7','Περπατώντας','http://www.oasis-hotel.gr/walking-wandern-rhodos.html')
oDCMenu.makeMenu('top6','','<b>Ο Καιρός σήμερα</b>','',22,110)
        oDCMenu.makeMenu('sub60','top6','της Ρόδου','http://www.oasis-hotel.gr/weather/rodos.htm')
        oDCMenu.makeMenu('sub61','top6','της Κω','http://www.oasis-hotel.gr/weather/kos-meteo-wetter.htm')
        oDCMenu.makeMenu('sub62','top6','της Κρήτης','http://www.oasis-hotel.gr/weather/crete-kreta.htm')
        oDCMenu.makeMenu('sub63','top6','της Αθήνας-Αττικής','http://www.oasis-hotel.gr/weather/athens-athena-atene.htm')
        oDCMenu.makeMenu('sub64','top6','της Θεσσαλονίκης','http://www.oasis-hotel.gr/weather/thessaloniki-salonika.htm')
        oDCMenu.makeMenu('sub65','top6','της Κέρκυρας','http://www.oasis-hotel.gr/weather/corfu-kerkyra.htm')
        oDCMenu.makeMenu('sub66','top6','της Μυκόνου','http://www.oasis-hotel.gr/weather/myconos-cyclades.htm')
        oDCMenu.makeMenu('sub67','top6','της Λήμνου','http://www.oasis-hotel.gr/weather/lemnos.htm')
        oDCMenu.makeMenu('sub68','top6','της Μυτιλήνης','http://www.oasis-hotel.gr/weather/mytilini-lesvos.htm')
        oDCMenu.makeMenu('sub69','top6','του Σαρωνικού','http://www.oasis-hotel.gr/weather/athens-athena-atene.htm')
oDCMenu.makeMenu('top8','','<b>Αναζήτηση</b>','',22,110)
oDCMenu.makeMenu('sub80','top8','Ελληνικά','http://www.oasis-hotel.gr/greek.htm')
oDCMenu.makeMenu('sub81','top8','English','http://www.oasis-hotel.gr/english.htm')
oDCMenu.makeMenu('sub82','top8','German','http://www.oasis-hotel.gr/german.htm')
oDCMenu.makeMenu('sub83','top8','Italian','http://www.oasis-hotel.gr/italian.htm')
oDCMenu.makeMenu('sub84','top8','Francais','http://www.oasis-hotel.gr/francais.htm')
oDCMenu.makeMenu('sub85','top8','Czech','http://www.oasis-hotel.gr/czech.htm')

oDCMenu.makeStyle(); oDCMenu.construct()
oDCMenu.resizecode="placeA(n)"
	
function placeA(n){	
	if(isFront){winpage=new makePageCoords(); setWindows()}
}
placeA(); var isFront
function cm_checkScrolled(obj){
	if(bw.mac) return
	if(bw.ns4 || bw.ns6) obj.scrolledY=obj.win.pageYOffset
	else obj.scrolledY=obj.win.document.body.scrollTop
	if(obj.scrolledY!=obj.lastScrolled){
		if(!obj.useframes){
			if(obj.scrolledY>119){
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.scrolledY)}
				if(obj.usebar) obj.oBar.moveY(obj.scrolledY)
			}else{
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.fromtop)}
				if(obj.usebar) obj.oBar.moveY(obj.fromtop)
			}
		}
		obj.lastScrolled=obj.scrolledY; page.y=obj.scrolledY; page.y2=page.y2orig+obj.scrolledY
		if(!obj.useframes || bw.ie){ clearTimeout(obj.tim); obj.isover=0; obj.hideSubs(1,0)}
	}
	if((bw.ns4 || bw.ns6) && !obj.useframes) setTimeout("cm_checkScrolled("+obj.name+")",200)
}