	function openPopUp_520x390(href, target, resize)
	{
		window.open(href, target, 'width=480, height=420, top=0, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars='+resize+', resizable='+ resize +'');
		return false;
	}

	function checkForm(frm){
		if (frm.key.value==''){ 
			alert ('Lütfen aramak istediğiniz kelimeyi giriniz!'); 
			return false;
		}		
		return true;
	}

	function openWin(theURL,winName,features){
		window.open(theURL,winName,features);
	}
	function NewWindow(mypage, myname, w, h, scroll) 
	{
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=yes'
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 4) 
		{ 
			win.window.focus(); 
		}
	}
function changeSize(elm, _size, class_name)
{
	document.getElementById(elm).className = class_name + ' ' + class_name + '_' + _size;
	Set_Cookie('text_size', _size, 30, '', '', '');
}

function sayfa_resize() {
	with(document.body){
		if(clientWidth>850){
			if (goster){
				divbnr.style.left=780;
				divbnr.style.top=scrollTop;
				divbnr.style.display="block";
				}
			}
		else
			{
				divbnr.style.display="none";
			}
		}
	}
	var goster=true;
	sayfa_resize();