//============================== CONTATTI

jQuery().ready(function(){
         $("object").css({"border":"none", "color":"#FFF"})
	jQuery('#contatti').accordion({ 
		autoheight: false 
	});

	$(".linkselect").selectbox();
});

//=============================== VENDOR LOCATOR
function showSeller(){
	$("body").append("<div id=\"velinamappa\"></div>");
	$("#boxtesto").hide()
	$("#velinamappa").fadeIn("slow", function(){
		$("body").append("<div id=\"containerseller\"><a style=\"margin-top:-16px;\" id=\"closermap\" href=\"javascript:closeSeller()\">X</a><iframe id=\"myIframe\" src=\"/system/modules/it.silvianheach.donne/resources/img/StoreLocator/index.html\"/></div>");
		$("#containerseller").slideDown();
	});
}
function closeSeller(){
	$("#containerseller").fadeOut("slow", function(){
			$("#velinamappa").fadeOut("slow", function(){
				$("#containerseller").remove();
				$("#velinamappa").remove();
			})
	})
	$("#boxtesto").show()
}

function cambiaSelect(param){						
	this.location.href=param;
} 

