defaultStatus="Secretary.it - La guida per la Manager Assistant";

function newwin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=650,height=400,status=no,location=no,toolbar=yes,scrollbars=yes,resizable=no");
}

function newswin(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=770,height=500,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}

function lavorowin(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=600,height=400,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no");
}

function offertewin(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=450,height=300,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no");
}
function stdwin(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=500,height=300,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no");
}
function guidawin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=705,height=500,status=no,location=no,toolbar=yes,scrollbars=yes,resizable=yes");
}

function questionariowin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=650,height=500,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no");
}
function forumwin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=650,height=450,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}
function travelerwin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=750,height=450,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}
function alessiwin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=700,height=450,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}
//finestra oroscopo
function esempio(str) {
//str =  document.frm.oroscopo.value;
str = document.frm.oroscopo.options[document.frm.oroscopo.selectedIndex].value;
searchWin = window.open(str,'esempio','scrollbars=no,resizable=no,width=480,height=320,status=no,location=no,toolbar=no');
}
function ricercaPillola()
{
    window.open('pillole/ricerca.asp','RicercaPillola', "width=650,height=430,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=20,left=20");
}
function pillolawin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=650,height=450,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes,top=50,left=50");
}

/*finestra Shopping per Condizioni*/
function shoppingwin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=550,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}

/*finestra Shopping per Modulo*/
function ordinawin(nome_file,nome_win)
{
 window.open(nome_file, nome_win, "width=650,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=50,left=50");
}
/*nuova finestra News*/
function newswinNuova(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=717,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes,top=0,left=0");
}
/*pop up che passa width e height*/
function popUp(nome_file,nome_finestra,width,height)
{
 window.open(nome_file, nome_finestra, "width=" + width + ",height=" + height + ",menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes,top=20,left=50");
}


/*pop up Congresso 2005*/
function winCongresso(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=640,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0");
}
/*pop up Congresso 2006*/
function winCongresso06(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=620,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=0,left=0");
}
/*pop up Congresso 2007*/
function winCongresso07(nome_file,nome_news)
{
 window.open(nome_file, nome_news, "width=660,height=500,menubar=yes,status=no,location=no,toolbar=no,scrollbars=yes,resizable=no,top=0,left=0");
}
