<!--
if (document.images) {

//editorial
editorialon = new Image();
editorialon.src = "../grafix/meniu/editorial_on.gif";
editorialoff = new Image();
editorialoff.src = "../grafix/meniu/editorial.gif";

//nou
nouon = new Image();
nouon.src = "../grafix/meniu/nou_on.gif";
nouoff = new Image();
nouoff.src = "../grafix/meniu/nou.gif";

//reporter
reporteron = new Image();
reporteron.src = "../grafix/meniu/reporter_on.gif";
reporteroff = new Image();
reporteroff.src = "../grafix/meniu/reporter.gif";

//album
albumon = new Image();
albumon.src = "../grafix/meniu/album_on.gif";
albumoff = new Image();
albumoff.src = "../grafix/meniu/album.gif";

//poezie
poezieon = new Image();
poezieon.src = "../grafix/meniu/poezie_on.gif";
poezieoff = new Image();
poezieoff.src = "../grafix/meniu/poezie.gif";

//astro
astroon = new Image();
astroon.src = "../grafix/meniu/astro_on.gif";
astrooff = new Image();
astrooff.src = "../grafix/meniu/astro.gif";

//sf
sfon = new Image();
sfon.src = "../grafix/meniu/sf_on.gif";
sfoff = new Image();
sfoff.src = "../grafix/meniu/sf.gif";

//sport
sporton = new Image();
sporton.src = "../grafix/meniu/sport_on.gif";
sportoff = new Image();
sportoff.src = "../grafix/meniu/sport.gif";

//gastronomie
gastronomieon = new Image();
gastronomieon.src = "../grafix/meniu/gastronomie_on.gif";
gastronomieoff = new Image();
gastronomieoff.src = "../grafix/meniu/gastronomie.gif";

//noroc
norocon = new Image();
norocon.src = "../grafix/meniu/noroc_on.gif";
norocoff = new Image();
norocoff.src = "../grafix/meniu/noroc.gif";

//dialog
dialogon = new Image();
dialogon.src = "../grafix/meniu/dialog_on.gif";
dialogoff = new Image();
dialogoff.src = "../grafix/meniu/dialog.gif";

//impresii
impresiion = new Image();
impresiion.src = "../grafix/meniu/impresii_on.gif";
impresiioff = new Image();
impresiioff.src = "../grafix/meniu/impresii.gif";

//arhiva
arhivaon = new Image();
arhivaon.src = "../grafix/meniu/arhiva_on.gif";
arhivaoff = new Image();
arhivaoff.src = "../grafix/meniu/arhiva.gif";

}
//-->
