var b = 0;
function sayfa(s){
	var g = s * -180;
	tw1 = new Tween(document.getElementById('mainimg').style,'top',Tween.backEaseOut,b,g,1,'px');
	tw1.start();
	tw1.onMotionFinished = function(){
		b = g;
	};
};
function orta(o,b,v){
	tw2 = new OpacityTween(document.getElementById('imgorta'),Tween.backEaseOut, 100, 0, .4);
	tw3 = new OpacityTween(document.getElementById('imgorta'),Tween.backEaseOut, 0, 100, .4);
	tw2.start();
	tw2.onMotionFinished = function(){
		document.getElementById('imgorta').src = o;
		document.getElementById('li').href = b;
		document.getElementById('li').title = v;
		document.getElementById('imgorta').onload=imgbitti;
	};
	function imgbitti(){
		tw3.start();
	};
};
function git(u){
	window.location = u;
}
function menugoster(id,im,ve){
	if(im){
		var i = 0;
		while(document.getElementById('sm_'+i)){
			document.getElementById('sm_'+i).style.color = '#FFFFFF';
			++i;
		}
		document.getElementById(id).style.color = '#000000';
		document.getElementById('menuresim').src = 'UserFiles/menu/Orta_'+im;
		document.getElementById('menuresim').alt = ve;
		document.getElementById('menuresimli').title = ve;
		document.getElementById('menuresimli').href = 'UserFiles/menu/Buyuk_'+im;
	}
}
