$(document).ready(function(){
correctFooter()
correctLanguage()
})
$(window).resize(function(){
var t=setTimeout(function(){correctFooter()},10)
})
function correctBanner(){
if($('#flash').children().length==""){
var toHtml=' <embed height="258" wmode="transparent" width="654" quality="high" bgcolor="White" name="flashobject" id="flashobject" undefined="" src="uploads/rectangle_slideshow1.swf" type="application/x-shockwave-flash"> '
$('#flash').html(toHtml)}}
function correctLanguage(){
var url=window.location.toString()
if(url.indexOf('/hu/')==-1&&url.indexOf('/en/')==-1&&url.indexOf('/ru/')==-1){
url='/hu/'}
if(url.indexOf('/en/')!=-1){
$('.quicksearch .submit').css('background-image','url("templates/base/images/search.png")')
$('#logo').css('background-image','url("templates/base/images/logo_en.png")')
if(document.getElementById('mainpage_kapcsolat_right')){
$('#mainpage_kapcsolat_right #nev').val('Name')
$('#mainpage_kapcsolat_right #email').val('E-mail')
$('#mainpage_kapcsolat_right #msg').val('Message')
$('#mainpage_kapcsolat_right #submit_sendemail').val('Send')
$('#mainpage_kapcsolat_right #nev').click(function(){$(this).val('')})
$('#mainpage_kapcsolat_right #email').click(function(){$(this).val('')})
$('#mainpage_kapcsolat_right #msg').click(function(){$(this).val('')})}}
if(url.indexOf('/hu/')!=-1){
$('.quicksearch .submit').css('background-image','url("templates/base/images/kereses_submit.png")')
$('#logo').css('background-image','url("templates/base/images/logo.png")')
if(document.getElementById('mainpage_kapcsolat_right')){
$('#mainpage_kapcsolat_right #nev').val('Név')
$('#mainpage_kapcsolat_right #email').val('E-mail')
$('#mainpage_kapcsolat_right #msg').val('Üzenet')
$('#mainpage_kapcsolat_right #submit_sendemail').val('Mehet')
$('#mainpage_kapcsolat_right #nev').click(function(){$(this).val('')})
$('#mainpage_kapcsolat_right #email').click(function(){$(this).val('')})
$('#mainpage_kapcsolat_right #msg').click(function(){$(this).val('')})}}
if(url.indexOf('/ru/')!=-1){
$('#logo').css('background-image','url("templates/base/images/logo_en.png")')}}
function correctFooter(){
if(navigator.userAgent.indexOf("Chrome")!=-1){
var t=setTimeout(function(){$('#main').css('min-height',getheight())},20)
}else{
var t=setTimeout(function(){$('#main').css('min-height',getheight())},50)}}
function getheight(){
var height=Math.max(document.getElementById('right').offsetHeight,document.getElementById('left').offsetHeight,document.getElementById('main').offsetHeight)
if($(document).height()<height+265){
return $(document).height()-165
}else{
return $(document).height()-265}}
function initCrossFade(xml){
var xml_name=xml
var pics=[]
$.ajax({
type: "GET",
url: "xml/"+xml_name+".xml",
dataType: "xml",
success: function(data){
$(data).find("picture").each(function(){
var temp_object={src: $(this).attr("utvonal")+""+$(this).attr("filenev")}
pics.push(temp_object)
})
$("#flash").crossSlide({
sleep: 5,
fade: 1
},pics)}
})}

