// JavaScript Document

function dettaglio(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=550,height=450,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}



function dettaglio1(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=800,height=600,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}



function dettagliohome(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=400,height=450,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}



function popupbig(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=740,height=750,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}


function dettaglioricette(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=400,height=450,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}

function dettaglioricette2(str)

{

var popup = window.open(str,'lafufi','scrollbars=yes,resizable=yes,width=550,height=650,status=no,location=no,toolbar=no, menubar=no');

popup.focus();

}