img = new Image();
img.src= "image/ikon_siyah.gif";
img.src= "image/ikon.gif";
img.src= "image/ana_sayfa_siyah.gif";

function resimDegistir( imgId, eventStr  ){
	imgObj = document.getElementById(imgId);

	if( eventStr=="girdi" ){
		imgObj.src="image/ikon_siyah.gif";
	}
	if( eventStr=="cikti" ){
		imgObj.src="image/ikon.gif";
	}


}