function langalert(lang) {
	if ( lang == 'en') {
		alert('This website is under construction!\nPlease visit later!');
	}
	if ( lang == 'de') {
		alert('An dieser Website wird gerade gebaut.\nBitte schauen Sie später noch einmal vorbei.');
	}
}

function blogalert(lang) {
	if ( lang == 'hu') {
		alert('Szidónia Blog weboldalunk fejlesztés alatt áll!\nMegértésüket köszönjük!');
	}
}

$(document).ready(function() {
    $("a.lpopup").fancybox({
        'zoomSpeedIn': 0,
        'zoomSpeedOut': 0,
        'overlayShow': true,
        'hideOnContentClick': false,
        'overlayOpacity': 0.70,
        'padding': 0
    });

    $("a#gmap").fancybox({
        'zoomSpeedIn': 0,
        'zoomSpeedOut': 0,
        'overlayShow': true,
        'hideOnContentClick': false,
        'overlayOpacity': 0.70,
        'padding': 0,
        'frameWidth': 600,
        'frameHeight': 600
    });

    $('select').selectbox();

/*
    jQuery.preloadImages = function() {
        for(var i = 0; i<arguments.length; i++) {
            jQuery("<img>").attr("src", arguments[i]);
        }
    }

    $.preloadImages(
        "/gfx/backgrounds/DSC_0024.jpg",
        "/gfx/backgrounds/alfonz_szalon.jpg",
        "/gfx/backgrounds/beadecker.jpg",
        "/gfx/backgrounds/beadecker042.jpg",
        "/gfx/backgrounds/bigpage.jpg",
        "/gfx/backgrounds/borospince.jpg",
        "/gfx/backgrounds/business.jpg",
        "/gfx/backgrounds/csomagajanlat.jpg",
        "/gfx/backgrounds/eskuvok.jpg",
        "/gfx/backgrounds/esti.jpg",
        "/gfx/backgrounds/fooldal.jpg",
        "/gfx/backgrounds/furdo.jpg",
        "/gfx/backgrounds/hall.jpg",
        "/gfx/backgrounds/kezelesek.jpg",
        "/gfx/backgrounds/kezelesek2.jpg",
        "/gfx/backgrounds/konyhafonok_ajanlata.jpg",
        "/gfx/backgrounds/new_DA8U8278.jpg",
        "/gfx/backgrounds/new_DA8U8355.jpg",
        "/gfx/backgrounds/new_DA8U8475.jpg",
        "/gfx/backgrounds/new_DA8U8541.jpg",
        "/gfx/backgrounds/new_DA8U8588.jpg",
        "/gfx/backgrounds/new_DA8U8631.jpg",
        "/gfx/backgrounds/new_MG_8524.jpg",
        "/gfx/backgrounds/new_MG_8569.jpg",
        "/gfx/backgrounds/programajanlo.jpg",
        "/gfx/backgrounds/programajanlo_2.jpg",
        "/gfx/backgrounds/rendezveny.jpg",
        "/gfx/backgrounds/sitebackground.jpg",
        "/gfx/backgrounds/szallo.jpg",
        "/gfx/backgrounds/szalon.jpg",
        "/gfx/backgrounds/tukor.jpg",
        "/gfx/backgrounds/water.jpg",
        "/gfx/backgrounds/water2.jpg",
        "/gfx/backgrounds/wellness_ajanlatok.jpg",
        "/gfx/backgrounds/wellness_kezeleseink.jpg",
        "/gfx/backgrounds/szoba.jpg",
        "/gfx/backgrounds/foepulet.jpg",
        "/gfx/backgrounds/kuria.jpg",
        "/gfx/backgrounds/udvarhaz.jpg",
        "/gfx/backgrounds/valentin.jpg",
        "/gfx/backgrounds/manzard.jpg",
        "/gfx/backgrounds/ajanlataink.jpg",
        "/gfx/backgrounds/programajanlo_3.jpg"
    );
*/

})

