<!--

function obrirFinestra(theURL) {
	features='fullscreen=1,directories=0,resizable=0,location=0,status=0,scrollbars=0,toolbar=0,menubar=0';
	winName='expovirt2';
	expovirt=window.open(theURL,winName,features);
}

function ampliarFitxa(theURL) {
	self.close();
	ObrirExpo(theURL);
}


function MM_openBrWindow(theURL) { //v2.0
  var amp=640
  var alc=550
  var top=(screen.height-alc)/2;
  var left=(screen.width-amp)/2;

  features='top='+top+',left='+left+',width='+amp+',height='+alc+',scrollbars=yes,resizable=yes'
  winName='expo'
  window.open(theURL,winName,features);
}

//void window.focus()

function ObrirExpo(theURL) {
  var amp=791
  var alc=550
  var top=(screen.height-alc)/2;
  var left=(screen.width-amp)/2;

	features='top='+top+',left='+left+',width='+amp+',height='+alc+',scrollbars=yes,resizable=yes'
  winName='principal2'
  principal=window.open(theURL,winName,features);
}
-->

