// JavaScript Document

function offerta(str)
{
var son = window.open(str,'villadamelia','scrollbars=yes,resizable=yes,width=500,height=498,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function listino(str)
{
var son = window.open(str,'villadamelia','scrollbars=yes,resizable=yes,width=460,height=620,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function manera(str)
{
var son = window.open(str,'villadamelia','scrollbars=no,resizable=no,width=370,height=454,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function news(str)
{
var son = window.open(str,'villadamelia','scrollbars=no,resizable=no,width=500,height=488,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function news2 (str)
{
var son = window.open(str,'villadamelia','scrollbars=no,resizable=no,width=383,height=535,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function cena1 (str)
{
var son = window.open(str,'villadamelia','scrollbars=yes,resizable=no,width=645,height=500,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function cena2 (str)
{
var son = window.open(str,'villadamelia','scrollbars=yes,resizable=no,width=530,height=500,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

function cena3 (str)
{
var son = window.open(str,'villadamelia','scrollbars=no,resizable=no,width=538,height=541,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}

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

function offertanotte (str)
{
var son = window.open(str,'villadamelia','scrollbars=yes,resizable=no,width=650,height=550,status=no,location=no,toolbar=no, menubar=no');
son.focus();
}