$(document).ready(function(){
    $("dl.faq dt").click(function () {
        $('dl.faq dd:visible').slideUp('fast');
        $(this).next('dl.faq dd').slideDown('fast');
    });
});

jQuery.preloadImages = function()
{
	for(var i = 0; i < arguments.length; i++)
	{
		jQuery("<img>").attr("src", arguments[i]);
	}
}

function rolloverout(element, image) {
	if (image) {
		element.src = image;
	}
}

function entrarSite (idioma) {
	if (idioma == 'pt-br') {
		document.location = '/' + path + 'site/home/home.php';
	} else {
		document.location = '/' + path + 'site/home/aroundtheworld.php?slang=' + idioma;
	}
}
