/** image rollover **/
	function chg(name,img){
    			name.src = img;
				}
