$(document).ready(function() {
   alertTimerId1 = setTimeout('$("#meteodiv").show(1000)',3000); 
   foruploadingloadingimg=new Image; foruploadingloadingimg.src = 'image/loading3.gif';
   
   screenwidth75 = (screen.width-10) * 7.5 / 100;   // (100-85)/2 mivel a <table id="tablebody" width="85%" ...> 
   screenwidth75 = screenwidth75 + 100;
   $('#uzen').css("left", screenwidth75);
   
   $('#whymenu div').mouseover(function() {
     $(this).css('color','#900');
     $(this).css('background-color','#fb9f45');
     $('#uzen').css("top", this.offsetTop+355+"px"); // (harom felso div - a kephatter magassag fele)
     //alert(this.offsetLeft +', '+ this.offsetTop);
   });
   $('#whymenu div').mouseout(function() {
     $(this).css('color','#fff');
     $(this).css('background-color','#7ba46a');
   });

});

function setFormBpPoints()
{
  var formelem      = document.getElementById("resformid");
  formelem.action = "bpoints/budapest-tour.php";
  formelem.target = "_blank";
  formelem.submit();
  return true;
}

function topHotelTolt() 
{       
       $.post("ajaxvalasz/ajaxtophotelvalasz.php", {       	
       	  paramNyelv: $("#nyelvid").attr("value")
       	  },
          function(data){
             //alert(data);
             $("#bestbar1").append(data);
       });           	
};    

