function cliccabanner(str) {
if (str == 1) window.open('http://www.mussofinanziaria.it');
if (str == 2) window.location = window.location;
if (str == 3) apriquadro('http://www.porter.it/box/mercoledi.htm');
if (str == 4) window.location = window.location;
if (str == 5) window.open('http://www.autovallere.it');
if (str == 6) apriquadro('http://www.porter.it/box/rosymobili.htm');
if (str == 7) window.open('http://www.parallelo45.com/cfs');
if (str == 8) window.location = window.location;
if (str == 9) window.location = window.location;
if (str == 10) window.location = window.location;
if (str == 11) apriquadro('http://www.porter.it/box/grimaldi_moncalieri.htm');
if (str == 12) window.location = window.location;
if (str == 13) apriquadro('http://www.porter.it/box/ippodromi.htm');
if (str == 14) window.location = window.location;
if (str == 15) apriquadro('http://www.porter.it/box/solange.htm');
if (str == 16) apriquadro('http://www.porter.it/box/rosa_rossa.htm');
if (str == 17) apriquadro('http://www.porter.it/box/mondo_pizza.htm');
if (str == 18) apriquadro('http://www.porter.it/box/tocco.htm');
if (str == 19) window.open('http://www.crocierebyregis.it');
if (str == 20) apriquadro('http://www.porter.it/box/happy_days.htm');
if (str == 21) apriquadro('http://www.porter.it/box/the_square.htm');
if (str == 22) window.location = window.location;
if (str == 23) window.location = window.location;
if (str == 24) window.location = window.location;
if (str == 25) window.location = window.location;
if (str == 26) window.location = window.location;
if (str == 27) window.location = window.location;
if (str == 28) window.open('http://www.parallelo45.com/cfs');
if (str == 29) window.location = window.location;
if (str == 101) apriquadro('http://www.porter.it/box/mercoledi.htm');
if (str == 102) window.location = window.location;
if (str == 151) window.open('http://www.parallelo45.com/cfs');
}

function apriquadro(link) {
var nome = 'banner';
var h = 250;
var w = 200;
var x = 50;
var y = 50;
winprop = 'height='+h+',width='+w+',top='+y+',left='+x
window.open(link, nome, winprop)
}
