//<![CDATA[
$(document).ready(function() {
	$(".an12").wTooltip({
    content: "Guarda ora il nostro catalogo!!",
    style: {
        border: "2px solid #000",
        background: "#CCC",
        color: "#F30",
        fontWeight: "bold"
    }
});
});
$(document).ready(function() {
	$(".an1").wTooltip({
    content: "Modulo per il Web",
    style: {
        border: "2px solid #999",
        background: "#CCC",
        color: "#333",
        fontWeight: "bold"
    }
});
});
$(document).ready(function() {
	$(".an2").wTooltip({
    content: "Modulo per la Stampa",
    style: {
        border: "2px solid #999",
        background: "#CCC",
        color: "#333",
        fontWeight: "bold"
    }
});
});
$(document).ready(function() {
	$(".an3").wTooltip({
    content: "Modulo per la Grafica",
    style: {
        border: "2px solid #999",
        background: "#CCC",
        color: "#333",
        fontWeight: "bold"
    }
});
});
$(document).ready(function() {
	$(".an4").wTooltip({
    content: "Modulo per Altro",
    style: {
        border: "2px solid #999",
        background: "#CCC",
        color: "#333",
        fontWeight: "bold"
    }
});
});
//]]>
