<!--

var j,d="",l="",m="",p="",q="",z="",imgArray= new Array(), imgNames=new Array()

imgNames[0]='r0';
imgNames[1]='r1';
imgNames[2]='r2';

//computer/money, excursion, domestic (food, etc)
imgArray[imgArray.length]='../services/1.jpg';
imgArray[imgArray.length]='../services/22.jpg';
imgArray[imgArray.length]='../services/14.jpg';

imgArray[imgArray.length]='../services/4.jpg';
imgArray[imgArray.length]='../services/9.jpg';
imgArray[imgArray.length]='../services/6.jpg';

imgArray[imgArray.length]='../services/21.jpg';
imgArray[imgArray.length]='../services/7.jpg';
imgArray[imgArray.length]='../services/11.jpg';

imgArray[imgArray.length]='../services/15.jpg';
imgArray[imgArray.length]='../services/13.jpg';
imgArray[imgArray.length]='../services/16.jpg';

imgArray[imgArray.length]='../services/18.jpg';
imgArray[imgArray.length]='../services/20.jpg';
imgArray[imgArray.length]='../services/17.jpg';


  function rndSlideShow(t) { 
	cur = document.getElementById(imgNames[0]);
	cur1 = document.getElementById(imgNames[1]);
	cur2 = document.getElementById(imgNames[2]);
	i = 0;
	j = -1;
	while ( i< imgArray.length ) {
		if ( imgArray[i] == cur.src ) {
			j = i;
			break;
		}
		i++;
	}
	k = j;
	while ( k == j ) {
		k=parseInt(Math.random()*imgArray.length-2); j=(isNaN(j))?0:j;
	}
	cur.src=imgArray[k];
	setTimeout("cur1.src=imgArray[k+1];", 1000);
	setTimeout("cur2.src=imgArray[k+2];", 2000);
  	setTimeout("rndSlideShow("+t+")",t)

	 //x=document.randomSlideShow;
/*
	 j=l; y=yy;
	 while (l==j) {
         	j=parseInt(Math.random()*imgArray.length); j=(isNaN(j))?0:j;
         }
         while ( y==yy ) {
  	 	y=parseInt(Math.random()*imgNames.length);y=(isNaN(y))?0:y;
       	 }
	 x=document.getElementById(imgNames[y]);
  	 x.src=imgArray[j];
  	 setTimeout("rndSlideShow("+t+","+j+","+y+")",t);
 */
 }


function topmenubg(menuid){
  document.getElementById('top3').style.backgroundColor='transparent';
  document.getElementById('top4').style.backgroundColor='transparent';
  document.getElementById('top5').style.backgroundColor='transparent';
  document.getElementById('top6').style.backgroundColor='transparent';
  document.getElementById('top7').style.backgroundColor='transparent';
if ( menuid=='3' ) {
  	document.getElementById('top3').style.backgroundColor='#DACB98';
  }
  if ( menuid=='4' ) {
  	document.getElementById('top4').style.backgroundColor='#DACB98';
  }
  if ( menuid=='5' ) {
  	document.getElementById('top5').style.backgroundColor='#DACB98';
  }
  if ( menuid=='6' ) {
  	document.getElementById('top6').style.backgroundColor='#DACB98';
 }
  if ( menuid=='7' ) {
  	document.getElementById('top7').style.backgroundColor='#DACB98';
 }
 
}

function changePhotos() {
	var obj, i,a = changePhotos.arguments;
	//all hidden
	document.getElementById('photo00').style.visibility='hidden';
	document.getElementById('photo01').style.visibility='hidden';
	document.getElementById('photo02').style.visibility='hidden';
	document.getElementById('photo04').style.visibility='hidden';
	document.getElementById('photo05').style.visibility='hidden';


	if ( a[0] == 0 ) {
		document.getElementById('photo00').style.visibility='visible';
	} else if ( a[0] == 1 ) {
		document.getElementById('photo01').style.visibility='visible';
	} else if ( a[0] == 2 ) {
		document.getElementById('photo02').style.visibility='visible';
	} else if ( a[0] == 4 ) {
		document.getElementById('photo04').style.visibility='visible';
	} else if ( a[0] == 5 ) {
		document.getElementById('photo05').style.visibility='visible';
	}
}

	function large(photo) {
		var w = 500, h = 350;
		if ( photo == 'ideon_00' ) {
			h=667;
		}
		if ( photo == 'ideon_01' ) {
			h=667;
		}
		if ( photo == 'ideon_02' ) {
			h = 367;
		}
		if ( photo == 'ideon_03' ) {
			h = 330;
		}
		if ( photo == 'ideon_04' ) {
			h = 314;
		}
		if ( photo == 'ideon_05' ) {
			h = 327;
		}
		if ( photo == 'ideon_06' ) {
			h = 375;
		}

		window.open('../'+photo+'_large.html', photo+'_ideon', 'width='+w+', height='+h);
	}


function changePhotosChania() {
	var obj, i,a = changePhotos.arguments;
	//all hidden
	document.getElementById('photo01').style.visibility='hidden';
	document.getElementById('photo02').style.visibility='hidden';
	document.getElementById('photo04').style.visibility='hidden';


	if ( a[0] == 1 ) {
		document.getElementById('photo01').style.visibility='visible';
	} else if ( a[0] == 2 ) {
		document.getElementById('photo02').style.visibility='visible';
	} else if ( a[0] == 4 ) {
		document.getElementById('photo04').style.visibility='visible';
	}
}

	function largeChania(photo) {
		var w = 500, h = 350;
		if ( photo == 'nea_chora_01' ) {
			h=375;
		}
		if ( photo == 'nea_chora_02' ) {
			h = 298;
		}
		if ( photo == 'chania_01' ) {
			h = 290;
		}
		if ( photo == 'chania_02' ) {
			h = 334;
		}
		window.open('../'+photo+'_large.html', photo+'_ideon', 'width='+w+', height='+h);
	}

	function largeChaniaMap(w, h) {
		window.open('../chania_large.html', 'hotelideon_en', 'width='+w+',height='+h);
	}

	function largeChaniaMapEl(w, h) {
		window.open('../chania_large_el.html', 'hotelideon_el', 'width='+w+',height='+h);
	}


//-->
