/////////////////////// On Yukleme //////////////////////

if (document.images)
   {
     pic1on= new Image(96,71);
     pic1on.src="/images/menuButs_1.gif";  
     pic2on= new Image(115,71);
     pic2on.src="/images/menuButs_2.gif"; 
     pic3on= new Image(116,71);
     pic3on.src="/images/menuButs_3.gif"; 
     pic4on= new Image(87,71);
     pic4on.src="/images/menuButs_4.gif";
	 
	 // ***********************************************
	 
     pic5on= new Image(212,71);
     pic5on.src="/images/indexTr/indexMenuOn_02.gif";
	 pic6on= new Image(212,71);
     pic6on.src="/images/indexTr/indexMenuOn_03.gif";
	 pic7on= new Image(212,71);
     pic7on.src="/images/indexTr/indexMenuOn_04.gif";
	 pic8on= new Image(212,71);
     pic8on.src="/images/indexTr/indexMenuOn_05.gif";
	 pic9on= new Image(212,71);
     pic9on.src="/images/indexTr/indexMenuOn_06.gif";
	 pic10on= new Image(212,71);
     pic10on.src="/images/indexTr/indexMenuOn_07.gif";
	 pic11on= new Image(212,71);
     pic11on.src="/images/indexTr/indexMenuOn_08.gif";
	 pic12on= new Image(212,71);
     pic12on.src="/images/indexTr/indexMenuOn_09.gif";
	 pic13on= new Image(212,71);
     pic13on.src="/images/indexTr/indexMenuOn_10.gif";
	 pic14on= new Image(212,71);
     pic14on.src="/images/indexTr/indexMenuOn_11.gif";
	 pic15on= new Image(212,71);
     pic15on.src="/images/indexTr/indexMenuOn_12.gif";
	 pic16on= new Image(212,71);
     pic16on.src="/images/indexTr/indexMenuOn_13.gif";
	 pic17on= new Image(212,71);
     pic17on.src="/images/indexTr/indexMenuOn_14.gif";
	 pic18on= new Image(212,71);
     pic18on.src="/images/indexTr/indexMenuOn_15.gif";
	 pic19on= new Image(212,71);
     pic19on.src="/images/indexTr/indexMenuOn_16.gif";
	 pic20on= new Image(212,71);
     pic20on.src="/images/indexTr/indexMenuOn_17.gif";
	 pic21on= new Image(212,71);
     pic21on.src="/images/indexTr/indexMenuOn_18.gif";
	 pic22on= new Image(212,71);
     pic22on.src="/images/indexTr/indexMenuOn_19.gif";
	 pic23on= new Image(212,71);
     pic23on.src="/images/indexTr/indexMenuOn_20.gif";
	 pic24on= new Image(212,71);
     pic24on.src="/images/indexTr/indexMenuOn_21.gif";
	 pic25on= new Image(212,71);
     pic25on.src="/images/indexTr/indexMenuOn_22.gif";
	 
	 
   }

/////////////////////// Imaj Degistirici //////////////////////

function imgChanger(idName,picName,pos){
	
	if(pos=="1"){
		
			document.getElementById(idName).src= picName;			
		
		}
	else if(pos=="0"){
		
			document.getElementById(idName).src= picName;
		
		}
	
	}


function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
	target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
	target.style.MozUserSelect="none"
else //All other route (ie: Opera)
	target.onmousedown=function(){return false}
target.style.cursor = "default"
}


