
function news(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=yes, width=380, height=400, status=no,location=no,toolbar=no, menubar=no');
son.focus();
}


function contatti(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=no, width=500, height=620, status=no, location=no, toolbar=no, menubar=no');
son.focus();
}

function mappa(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=no, width=460, height=480, status=no, location=no, toolbar=no, menubar=no');
son.focus();
}

function info(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=yes, width=360, height=350, status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function auguri(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=yes, width=550, height=570, status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function appuntamenti(str)
{
var son = window.open(str,'redwine','scrollbars=no, resizable=yes, width=550, height=550, status=no,location=no,toolbar=no, menubar=no');
son.focus();
}