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 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();
 }

