function apri_fullscreen_cucine(url) {
    window.open("cucine/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_zona_giorno(url) {
    window.open("zona_giorno/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_zona_notte(url) {
    window.open("zona_notte/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_porte_sistemi_scorrevoli(url) {
    window.open("porte_sistemi_scorrevoli/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_camere_da_letto(url) {
    window.open("camere_da_letto/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_arredamento_ufficio(url) {
    window.open("arredamento_ufficio/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}
function apri_fullscreen_showroom(url) {
    window.open("showroom/index.html", "finestrafull", 'type=fullWindow,fullscreen,scrollbars=no');
}


// --> 

