<!--  

if(document.images) 
	{   
	pics = new Array();
	pics[1] = new Image();    
	pics[1].src = "images/p_links.gif";
	pics[2] = new Image();
	pics[2].src = "images/p_links-over.gif";		
	pics[3] = new Image();    
	pics[3].src = "images/p_contat.gif";
	pics[4] = new Image();
    pics[4].src = "images/p_contat-over.gif";
	pics[5] = new Image();    
	pics[5].src = "images/p_about.gif";
    pics[6] = new Image();
    pics[6].src = "images/p_about-over.gif";	
	pics[7] = new Image();
	pics[7].src = "images/p_services.gif";
	pics[8] = new Image();
	pics[8].src = "images/p_services-p_about_over.gif";
	pics[9] = new Image();
    pics[9].src = "images/p_app.gif";
	pics[10] = new Image();
    pics[10].src = "images/p_app-p_about_over.gif";
	pics[11] = new Image();
    pics[11].src = "images/p_media.gif";
	pics[12] = new Image();
    pics[12].src = "images/p_media-p_about_over.gif";
	pics[13] = new Image();
    pics[13].src = "images/p_store.gif";
	pics[14] = new Image();
    pics[14].src = "images/p_store-p_about_over.gif";
	pics[15] = new Image();
    pics[15].src = "images/p_wish.gif";
	pics[16] = new Image();
    pics[16].src = "images/p_wish-p_about_over.gif";	
	pics[17] = new Image();
    pics[17].src = "images/p_test.gif";
	pics[18] = new Image();
    pics[18].src = "images/p_test-over.gif";	
	}

    function changer(from,to) 
	{
    if(document.images) {    
	document.images[from].src = pics[to].src;    
	}
  	}  

//-->

