defbtn=0;
loaded=0;
function init(i) {
 if (document.images) {
  defbtn=i;
  if (i>0) document.images["b"+i].src="img/btn"+i+"_h.gif";
  icount=document.images.length;
  for (i=0; i<icount; i++) {
   isrc=document.images[i].src;
   ilength=isrc.length;
   iendsrc=isrc.substring(ilength-6,ilength-4);
   iname=isrc.substring(isrc.lastIndexOf('/')+1,ilength-6);
   if (iendsrc=="_l") eval("img"+i+"=new Image(); img"+i+".src='img/"+iname+"_h.gif'");
  }
  loaded=1;
 }
}
function msover(i) {
 if ((i!=defbtn) && loaded) {
  document.images["b"+i].src="img/btn"+i+"_h.gif";
 }
}
function msout(i) {
 if ((i!=defbtn) && loaded) {
  document.images["b"+i].src="img/btn"+i+"_l.gif";
 }
}

function winOpenImg(img,width,height) {
	msg=window.open("","msg","height="+height+",width="+width+",left=100,top=100");
	msg.document.write("<html><title>HOTEL DAKYANUS ***</title>");
	msg.document.write("<body bottommargin='0' topmargin='0' leftmargin='0' rightmargin='0' bgcolor='white'>");
	msg.document.write("<img src='../photos/"+img+"' border='1'>");
	msg.document.write("</body></html>");
}

