if (parseInt(navigator.appVersion.substring(0,1))>=3)  
	{
	//initialize off images
	ana_sayfa_off = new Image(); 
	ana_sayfa_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/anasayfa2.gif";
	online_alisveris_off = new Image(); 
	online_alisveris_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/onlinealisveris2.gif";	
	kampanyalar_off = new Image(); 
	kampanyalar_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/kampanyalar2.gif";	
	misyon_off = new Image(); 
	misyon_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/miss2.gif";	
	iletisim_off = new Image(); 
	iletisim_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/iletisim2.gif";	
	motorsiklet_off = new Image(); 
	motorsiklet_off.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/motorsiklet2.gif";	
	
	//initialize on images
	ana_sayfa_on = new Image(); 	
	ana_sayfa_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/anasayfa.gif";
	online_alisveris_on = new Image(); 	
	online_alisveris_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/onlinealisveris.gif";	
	kampanyalar_on = new Image(); 	
	kampanyalar_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/kampanyalar.gif";	
	misyon_on = new Image(); 	
	misyon_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/miss.gif";
	iletisim_on = new Image(); 	
	iletisim_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/iletisim.gif";	
	motorsiklet_on = new Image(); 	
	motorsiklet_on.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/motorsiklet.gif";	

	
	//initialize active images
	ana_sayfa_act = new Image(); 	
	ana_sayfa_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/anasayfa2.gif";
	online_alisveris_act = new Image(); 	
	online_alisveris_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/onlinealisveris2.gif";	
	kampanyalar_act = new Image(); 	
	kampanyalar_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/kampanyalar2.gif";	
	misyon_act = new Image(); 	
	misyon_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/miss2.gif";	
	iletisim_act = new Image(); 	
	iletisim_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/iletisim2.gif";	
	motorsiklet_act = new Image(); 	
	motorsiklet_act.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/motorsiklet2.gif";


	//initialize text rollover images
	ana_sayfa_txt = new Image(); 	
	ana_sayfa_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/anasayfa.gif";
	online_alisveris_txt = new Image(); 	
	online_alisveris_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/onlinealisveris.gif";	
	kampanyalar_txt = new Image(); 	
	kampanyalar_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/kampanyalar.gif";	
	misyon_txt = new Image(); 	
	misyon_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/miss.gif";	
	iletisim_txt = new Image(); 	
	iletisim_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/iletisim.gif";	
	motorsiklet_txt = new Image(); 	
	motorsiklet_txt.src = "http://www.daytonamotor.com/alisveris/files/usermods/resim/motorsiklet.gif";


	}

function rollOn(image) 
	{
   	if (parseInt(navigator.appVersion.substring(0,1))>=3) 
		{
		document[image].src = eval(image + "_on.src");
		if (image != "motorsiklet")
			document.motorsiklet.src = eval("motorsiklet_act.src");

   		}
	}
	
function buttonRollOn(image) 
	{
   	if (parseInt(navigator.appVersion.substring(0,1))>=3) 
		{
		document[image].src = eval(image + "_on.src");

   		}
	}
	
function clickOn(image)
	{
		if (parseInt(navigator.appVersion.substring(0,1))>=3)
			{
			document[image].src = eval(image + "_on.src");
			}
	}

function rollOff(image) 
	{
   	if (parseInt(navigator.appVersion.substring(0,1))>=3) 
		{
		document[image].src = eval(image + "_off.src");
		document.motorsiklet.src = eval("motorsiklet_off.src");

   		}
	}
	
function buttonRollOff(image) 
	{
   	if (parseInt(navigator.appVersion.substring(0,1))>=3) 
		{
		document[image].src = eval(image + "_off.src");

   		}
	}
