<!--
img1=new Image;
img1.src="images/ustresim/ustresim1.jpg";
img2=new Image;
img2.src="images/ustresim/ustresim2.jpg";
img3=new Image;
img3.src="images/ustresim/ustresim3.jpg";

function ac()
{
var theObjects;
theObjects = document.getElementsByTagName("object"); 
	for (var i = 0; i < theObjects.length; i++) { 
	theObjects[i].outerHTML = theObjects[i].outerHTML; 
	}
}

function pac(Kaynak)
{
var pencere;
pencere=window.open(Kaynak,"Ýzmitmetal","toolbar=0, width=500, height=600, resizable=0,menubar=0,scrollbars=1");	 
}
function resimgoster(resno)
{
document.getElementById("anaresim").src="images/galeri/kalip"+resno+".jpg";
}

function ustresimdegis()
{
say+=1
if(say>sayi) 
	{
		say=1;
	}
document.getElementById("ust").src= eval("img"+say+".src"); //"images/ustresim/ustresim"+say+".jpg";

}

function ustdegis()
{
ustresimdegis();
setTimeout("ustdegis()",5000);
}


//-->
