
//////////////////////////////////////////////////////////////////

function obraFoto(x) {

    var referencia = x + '.htm';
    var posicioX = (screen.width - 580) / 2;
    var posicioY = (screen.height - 430) / 2;
    var preferencies = 'toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=no, scrollbars=no, width=580, height=430, top=' + posicioY + ', left=' + posicioX;

    window.open(referencia, 'finestraFoto', preferencies); 

}


//////////////////////////////////////////////////////////////////


function obraLink(direccio) {

 window.open(direccio,'finestraLink');
 history.go(-1);

}


//////////////////////////////////////////////////////////////////


	//------------------------------------------------------------------------
	//Desactivar boto dret
	// -- JOE -- //var NS = (document.layers) ;
	// -- JOE -- //var IE = (document.all) ;
	// -- JOE -- //if (NS) document.captureEvents(Event.MOUSEDOWN) ;
	// -- JOE -- //document.onmousedown = click ;
	
	// -- JOE -- // function click(e) {
	// Explorer
	// -- JOE -- //if (IE)
	// -- JOE -- //	if (event.button == 2) 
	// -- JOE -- //	{
	// -- JOE -- //		accion();
	// -- JOE -- //		return false ;
	// -- JOE -- //	}
	// Netscape<BR>
	// -- JOE -- //if (NS)
	// -- JOE -- //	if (e.which == 3) 
	// -- JOE -- //	{
	// -- JOE -- //		accion() ;
	// -- JOE -- //		return false ;
	// -- JOE -- //	}
		
	// -- JOE -- //}

	// -- JOE -- //function accion() 
	// -- JOE -- //{
	// -- JOE -- //	window.status = 'Rigth Button Disabled' ;
	// -- JOE -- //	if (IE)	alert('Rigth Button Disabled');
	// -- JOE -- //	return ;
	// -- JOE -- //}
	//------------------------------------------------------------------------
