function git(u){
	window.location = u;
};
function ac(u){
	window.open(u);
};
function mail_geldi(){
	if(document.getElementById('maillist').value=='e-posta adresinizi girin'){
		document.getElementById('maillist').value='';
	}
}
function mail_gitti(){
	if(document.getElementById('maillist').value==''){
		document.getElementById('maillist').value='e-posta adresinizi girin';
	}
}
function maillist_gonder(){
	if(document.getElementById('maillist').value=='e-posta adresinizi girin'){
		alert('Lütfen E-Mail Adresinizi Giriniz.');
		return;
	}
	document.getElementById('maillist_frm').submit();
}
var ind = 0;
var ine = 0;
var toplam = 0;
function yukari(){
	var aratop = -toplam/8;
	if(aratop<ind){
		--ind;
		hareket();
	}
}
function asagi(){
	if(ind<0){
		++ind;
		hareket();
	}
}
function hareket(){
	var g = ind*117;
	var ob = document.getElementById("galerim");
	var t = new Tween(ob.style, 'top', Tween.RegulareaseOut, ine, g, .4, 'px'); 
	t.start(); 
	ine = g;
}
function popup(url,w,h) {
	newwindow=window.open(url,'name','height='+h+',width='+w);
	if (window.focus) {newwindow.focus()}
	return false;
}
