<!--
if (document.images)
	   {
		 bodyBG= new Image(1,650);
		 bodyBG.src="images/layout/bodyBG.png"; 
		 
		 indexMotif= new Image(360,250);
		 indexMotif.src="images/layout/indexMotif.jpg"; 
		 		  
		 indexKiyanKamalfar= new Image(360,250);
		 indexKiyanKamalfar.src="images/layout/indexKiyanKamalfar.jpg"; 
		 		  
		 indexfooter= new Image(231,80);
		 indexfooter.src="images/layout/pagesMotif.jpg"; 
		 
		 pagesMotif= new Image(400,650);
		 pagesMotif.src="images/layout/pagesMotif.jpg"; 
	}
-->