function ustmenu() {
	

pathArray = window.location.pathname.split( '/' );
newPathname = "";
for ( i = 0; i<pathArray.length; i++ ) {
newPathname += "/";
newPathname += pathArray[i];
}


	
if (newPathname=="//model/undefined")
var anasayfa=document.getElementById('anasayfa').src="images/ust_over_01.gif";

if (newPathname=="//model/index.php")
var anasayfa=document.getElementById('anasayfa').src="images/ust_over_01.gif";

if (newPathname=="//model/hakkimizda.php")
var anasayfa=document.getElementById('hakkimizda').src="images/ust_over_02.gif";

if (newPathname=="//model/refs.php")
var anasayfa=document.getElementById('refs').src="images/ust_over_03.gif";

if (newPathname=="//model/sayfa.php")
var anasayfa=document.getElementById('hizmetlerimiz').src="images/ust_over_04.gif";

if (newPathname=="//model/cizimler.php")
var anasayfa=document.getElementById('cizim').src="images/ust_over_05.gif";

if (newPathname=="//model/iletisim.php")
var anasayfa=document.getElementById('iletisim').src="images/ust_over_06.gif";


}
