
function vini(str)
{
var son = window.open(str,'bancadelvino','scrollbars=yes, resizable=yes, width=560, height=600, status=no, location=no,toolbar=no, menubar=no');
son.focus();
}

function scheda(str)
{
var son = window.open(str,'bancadelvino','scrollbars=yes, resizable=yes, width=570, height=600, status=no, location=no,toolbar=no, menubar=no');
son.focus();
}

function contatti(str)
{
var son = window.open(str,'bancadelvino','scrollbars=yes, resizable=yes, width=480, height=370, status=no, location=no,toolbar=no, menubar=no');
son.focus();
}


