window.defaultStatus=document.title;

function setMsgBarra (testoMsg) {

        window.status=testoMsg;

}

function popUpMedia(pPage){

	var winOpts = 'resizeable=yes,scrollbars=yes,width=645,height=625';

	popUpWin = window.open(pPage,'popWin',winOpts);

}

function popUpMediaLarge(pPage){

	var winOpts = 'resizeable=yes,scrollbars=yes,width=750,height=700';

	popUpWin = window.open(pPage,'popWin',winOpts);

}

function popUpStampa(pPage) {

  var winOpts = 'resizable=yes,scrollbars=yes,width=600,height=400';

  popUpWin = window.open(pPage,'popWin',winOpts);



}

function popUpSitoEsterno(pPage) {

  var winOpts = 'directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,width=600,height=400';

  popUpWinSitiEsterni = window.open(pPage,'popWin',winOpts);



}



function OpenMib30()

{

	window.open("http://www.borsaitaliana.it/fwa-popup/mib30.html",'BIT_MIB30','width=400,height=120');	

}



function MM_openWindow(theURL,winName,features) { //v2.0

  var newwindow;

  newwindow=window.open(theURL,winName,features);

  newwindow.focus();

 }



function MM_openBrWindow(theURL,winName,features) { //v2.0

    var newwindow;

    newwindow=window.open(theURL,winName,features);

    newwindow.focus();

  }

function popUpArchivioStorico(){
        var winOpts = 'resizeable=yes,scrollbars=no,width=230,height=250';
        popUpWin = window.open('/panorama/pagine/includes/pop_up4.html','popArchivioStorico',winOpts);
}
