
function play() {
	document.player.controls.play();
}


function pause() {
	document.player.controls.pause();
}


function stop() {
	document.player.controls.Stop();
	
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {
	  	if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
   			 document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
			 }
		}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
  		location.reload();
}
MM_reloadPage(true);
//-->



function indice(nomefile,sec) {
  document.player.controls.stop();
  document.player.URL = nomefile;
  document.player.controls.currentPosition=sec;
  document.player.controls.play();
 }


function LoadBalance() {
        Loadbal="http://www.digitalidentity.it/ciak/loadbalance.cgi?IP=" + "10.0.0.1";
	messageWin=window.open (Loadbal, 'newWin', 'scrollbars=no,status=yes,titlebar=no,width=30,height=30,screenX=40,screenY=0');
	messageWin.close();
}


