if (document.images) {
	imageMenuAcasaIn = new Image;
	imageMenuAcasaOut = new Image;
	imageMenuArticoleIn = new Image;
	imageMenuArticoleOut = new Image;
	imageMenuDialogIn = new Image;
	imageMenuDialogOut = new Image;
	imageMenuContactIn = new Image;
	imageMenuContactOut = new Image;

	imageMenuAcasaIn.src = 'img/Acasa_.jpg';
	imageMenuAcasaOut.src = 'img/Acasa.jpg';
	imageMenuArticoleIn.src = 'img/Articole_.jpg';
	imageMenuArticoleOut.src = 'img/Articole.jpg';
	imageMenuDialogIn.src = 'img/Dialog_.jpg';
	imageMenuDialogOut.src = 'img/Dialog.jpg';
	imageMenuContactIn.src = 'img/Contact_.jpg';
	imageMenuContactOut.src = 'img/Contact.jpg';
}
