<!--
/* author: Akensoft */
/* Creation date: 24/11/2002 */
// **** BOX ELABORAZIONI ****

  function ApriPlayer() {
	w=200;
	h=140;
	
	LeftPosition = 0;
	TopPosition = 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll;
	wind2 = window.open('player/player.html','player',settings);
	if(wind2.window.focus){wind2.window.focus();}
  }

  fillerStr = '<img src="img/fig/filler.gif" border="0" width="1" height="10" alt="">';
  msg1='Se la finestra del Player Multimediale non si apre in automatico, probabilmente il tuo browser è configurato per bloccare le finestre pop-up.\nCambia le impostazioni del tuo browser (consulta la documentazione del software) in modo da far aprire le finestre pop-up dal sito di FARA racing.';
  msg2='Note Legali.\nI Loop musicali usati in questo sito sono liberi da diritti e scaricati dal sito www.flashkit.com.\nIl copyright è in ogni caso dei rispettivi autori.';
  
  txtStr1 = '<br><A HREF="javascript: alert(msg1)" onFocus="this.blur()" OnMouseOver="window.status=\'HELP\'; return true;" OnMouseOut="window.status=\'\'; return true;" onClick="exit=false" style="color: #ffff00;"><b>Il Player non si apre all&#146;apertura del sito?</b></a><br><br>';
  txtStr2 = '<A HREF="javascript: alert(msg2)" onFocus="this.blur()" OnMouseOver="window.status=\'NOTE LEGALI\'; return true;" OnMouseOut="window.status=\'\'; return true;" onClick="exit=false" style="color: #ffff00;"><b>Note legali</b></a><br><br>';
  
document.write('<table border="0" cellpadding="0" cellspacing="0">');
document.write('  <tr>');
document.write('	<td><img src="img/fig/filler.gif" border="0" width="9" height="1" alt=""></td>');
document.write('	<td colspan="5"><img src="img/fig/box/box_play_testata.jpg" border="0" width="137" height="23" alt=""></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td><img src="img/fig/filler.gif" border="0" width="9" height="1" alt=""></td>');
document.write('	<td background="img/fig/box/sf_sx.jpg"><img src="img/fig/filler.gif" border="0" width="5" height="1" alt=""></td>');
document.write('	<td background="img/fig/box/sf_riga.gif"><img src="img/fig/filler.gif" border="0" width="1" height="1" alt=""></td>');
document.write('	<td width="124" bgcolor="#862DE3" background="img/fig/filler.gif" align="center" valign="top">');
document.write('	  <a HREF="javascript: ApriPlayer()" onFocus="this.blur()" OnMouseOver="window.status=\'APRI IL PLAYER MULTIMEDIALE\'; return true;" OnMouseOut="window.status=\'\'; return true;" onClick="exit=false"><img src="img/fig/box/puls_player.gif" border="0" width="118" height="37" alt=""></a><br>');
document.write('	  <table border="0" cellspacing="0" cellpadding="3" align="center">');
document.write('	    <tr>');
document.write('	  	  <td valign="top">');
document.write('		    <div align="center">'+txtStr1+txtStr2+'</div>');
document.write('	  	  </td>');
document.write('	    </tr>');
document.write('	  </table>');
document.write('	</td>');
document.write('	<td background="img/fig/box/sf_riga.gif"><img src="img/fig/filler.gif" border="0" width="1" height="1" alt=""></td>');
document.write('	<td background="img/fig/box/sf_dx.jpg"><img src="img/fig/filler.gif" border="0" width="6" height="1" alt=""></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td><img src="img/fig/filler.gif" border="0" width="9" height="1" alt=""></td>');
document.write('	<td colspan="5"><img src="img/fig/box/bottom.jpg" border="0" width="137" height="30" alt=""></td>');
document.write('  </tr>');
document.write('</table>');
//--->