<!--
	if (document.images) {
	image1on = new Image();
   	image1on.src = "images/butust1b.gif";
	image2on = new Image();
	image2on.src = "images/butust2b.gif";
	image3on = new Image();
	image3on.src = "images/butust3b.gif";
        image4on = new Image();
	image4on.src = "images/butust4b.gif";
        image5on = new Image();
	image5on.src = "images/butust5b.gif";	
	image1off = new Image();
	image1off.src = "images/butust1a.gif";
	image2off = new Image();
	image2off.src = "images/butust2a.gif";
	image3off = new Image();
	image3off.src = "images/butust3a.gif";
	image4off = new Image();
	image4off.src = "images/butust4a.gif";
	image5off = new Image();
	image5off.src = "images/butust5a.gif";

	}
	function imgOn(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName +  "on.src") ;
//	document["falan"].src = eval(imgName + "other.src") ;
		}
	}
   function imgOff(imgName) {
	if (document.images) {
	document[imgName].src = eval(imgName +  "off.src") ;
//	document["falan"].src = "d01.gif";
	}
	}
	// -->
	
	<!-- Tarih -->
	<!--
function buildarr(n)  {
     this.length = n
     return this
}
months = new buildarr(12)
months[1] = "Ocak"
months[2] = "Şubat"
months[3] = "Mart"
months[4] = "Nisan"
months[5] = "Mayıs"
months[6] = "Haziran"
months[7] = "Temmuz"
months[8] = "Ağustos"
months[9] = "Eylül"
months[10] = "Ekim"
months[11] = "Kasım"
months[12] = "Aralık"

function customDateString(oneDate)  {
     var Month1	= months[oneDate.getMonth() + 1]
     var Year1 = oneDate.getYear()
     return oneDate.getDate()  + " " + Month1 +	" " + Year1
}

// -->


<!--//
function ceviz(adres)
{
var i
i = window.open("","","width=600,height=500,status=0,top=100,left=150,scrollbars=1");
i.location=adres ;
}

// -->
<!--//
function crpop(adres)
{
var i
i = window.open("","","width=400,height=450,status=0,top=100,left=150,scrollbars=0");
i.location=adres ;
}

// -->