	function yonlendir(url,sure) {
		setTimeout("location.href = '" + url + "'",sure);
	}
	function fnAc(url) {
		var ac  = window.open(url,'pencere','scrollbars,resizable,height=410,width=320');
		ac.focus();
	}