 
function ourl(page)
	{

window.location= 'n_pagedatamenu5445.html'
	}
	
	
	
function openCentered (url, width, height, windowName, featureString) {

  if (!windowName)
    windowName = '';

  if (!featureString)
    featureString = '';
  else
    featureString = ',' + featureString;
  var x = Math.round((screen.availWidth - width) / 2);
  var y = Math.round((screen.availHeight - height) / 2);
  featureString = 'left=' + x + ',top=' + y + ',width=' + width 
+ ',height=' + height + featureString;
  var win = open (url, windowName, featureString);
  win.focus();

}

	
function pop(titolo, numero)
	{

	<!-- openCentered('pop436e.html','pop','status=0,toolbar=no,menubar=no,scrollbars=0,resizable=no,bReplace=true,width=250,height=365') -->
	}
