/*
     **************************************************************************************
     *                                                                 imatgeweb_clas.js  *
     *  LLIBRERIA DE CLASES                                                               *
     *  Xavi Agut - nobembre de 2009                                                      *
     *  Clase per a la definiciķ i funcionalitat dels elements grāfics d'una WEB.         *
     **************************************************************************************
*/

/*
   ------------------------------------------------------------------------------------------
   clas_imatgeweb
   ------------------------------------------------------------------------------------------
*/
function clas_imatgeweb(arxiu)
{
 imatge = new Image();
 imatge.src = arxiu;
 this.ArxiuSrc = arxiu;
}

