var names = new Array(1);names[1]='asc.html';
function openWin(i)
 {
  window.open(names[i], "displayWindow", "width=310,height=460");
 }




function Show1()
 {
  w=screen.width - 520;
  window.open('/help/help1.html', 'popup', 'top=10,Left='+w+',WIDTH=450,HEIGHT=150');
 }
function setHome(o)
 {
  o.style.behavior='url(#default#homepage)';
  o.setHomePage('http://www.yalta-intours.com')
 }
function addBo()
 {
  window.external.addFavorite('http://www.yalta-intours.com', 'Крымская туристическая компания')
 }
function isValidBrowser()
 {
  var result = 'Els';
   if ( navigator.appVersion.indexOf('MSIE 5.') != -1 )
    {
     result = 'ie5'
    }
   if ( navigator.appVersion.indexOf('MSIE 6.') != -1 )
    {
     result = 'ie5'
    }
   if ( (navigator.appVersion.indexOf('MSIE 4.') != -1) && (navigator.appVersion.indexOf('MAC') == -1) )
    {
     result = 'ie4'
    }
  return result
 }

