function OpenDialog(Page)
{
 x = (screen.width-380) / 2;
 y = (screen.height - 340) / 2;
     
 OW = window.open(Page,'ODialog','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=380,height=340,left='+x+',top='+y+'');
 OW.creator = self;
}

function ZabarviRadek(Line)
{
	Line.style.background='#C6E2FF'
}

function NebarviRadek(Line)
{
	Line.style.background='';
}

function Odkaz(Page)
{
  window.location.href=(Page);
  window.navigate(Page);


}

function Odkaz2(Page)
{
  var NewWindow
  NewWindow=window.open(Page,"Albareal","menubar=yes,location=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,toolbar=yes")
}

function NewOdkaz(Page)
{
  var NewWindow
  NewWindow=window.open(Page,"HotelOstrov","menubar=yes,location=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,toolbar=yes")
}

