	var path = "/home/consult/sagatik/images/";
	var img = new Array(7);
	img['normal']		= new Image();img['normal'].src = path+"img_index_01.gif" ;
	img['reform']		= new Image();img['reform'].src = path+"img_index_02.gif" ;
	img['cooking']		= new Image();img['cooking'].src = path+"img_index_03.gif" ;
	img['presen']		= new Image();img['presen'].src = path+"img_index_04.gif" ;
	img['new']		= new Image();img['new'].src = path+"img_index_05.gif" ;
	img['kidsinfo']		= new Image();img['kidsinfo'].src = path+"img_index_06.gif" ;


function override(area,position){
		document.images[position].src = img[area].src;
}

