var numero=1;
function apriNuovaFinestra(linkImage) {

windowImage=window.open('',numero,'width=700 height=550 left=50 top=100 scrollbars=yes');
windowImage.document.write('<html><head></head><body bgcolor="#ffffff"><table width="98%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td height="60">&nbsp;</td><td align="center" valign="middle" height="60">');
windowImage.document.write('<div align="center"><a href="javascript:parent.window.close()"><img src="../img/chiudi.gif" width="63" height="29" border="0"></a></div>');
windowImage.document.write('</td><td height="60">&nbsp;</td></tr><tr><td>&nbsp;</td><td align="center" valign="middle"><img src="http://www.unica.it/demuros/imgwww/');    
windowImage.document.write(linkImage);
windowImage.document.write('"></td><td>&nbsp;</td></tr><tr><td height="60">&nbsp;</td><td height="60"><div align="center"><a href="javascript:parent.window.close()"><img src="../img/chiudi.gif" width="63" height="29" border="0"></a></div></td><td height="60">&nbsp;</td></tr></table></body></html>');
numero++;
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
