function keress() {	if( document.kereses.stype.value == '03' )		document.kereses.names.value = document.kereses.kereso.value;	else if( document.kereses.stype.value == '10' )		document.kereses.szobams.value = document.kereses.kereso.value;	else if( document.kereses.stype.value == '04' )		document.kereses.texts.value = document.kereses.kereso.value;	document.kereses.submit();}								function chat() {	myString = new String(document.belepes.username.value)	rExp = /&/gi;	newString = new String ("blablablablablablablablalba")    nick = myString.replace(rExp, newString)    var fld1 = document.belepes.username;    var room = document.belepes.room.value;	var num=Math.round(Math.random()*100000000000);    if( screen.width > 800 )		window.open('http://chat.gyaloglo.hu/php/gochat_bs.php?room='+room+'&utf8=1&ord='+num+'&username='+nick, 'gyaloglo'+num, 'resizable=yes,status=no,width=1000,height=720,top=0,left=0,scrollbars=yes');    else      	window.open('http://chat.gyaloglo.hu/php/gochat_cgyh.php?room='+room+'&utf8=1&ord='+num+'&username='+nick, 'gyaloglo'+num, 'resizable=no,status=no,width=602,height=570,top=10,left=10,scrollbars=no');}function szinezo() {	window.open("http://chat.gyaloglo.hu/szinezok.html",'szinezowin','width=360,height=150,scrollbars=no,resizable=no,status=no');}function ajanlo() {	window.open("http://chat.gyaloglo.hu/ajanlo.html" , 'ajanlo','width=480,height=850,scrollbars=no,resizable=no,status=no');}function szobahonlapok() {	window.open("http://chat.gyaloglo.hu/php/szobalapok/szobak.php",'szpages','width=460,height=500,scrollbars=yes,resizable=no,status=no');}function faliujsag() {	var height = screen.availHeight - 30;	var width = 567;	x = (640 - width)/2, y = (480 - height)/2;	if (screen) {        y = (screen.availHeight - height)/2;    	x = (screen.availWidth - width)/2;    }    window.open('http://chats.gyaloglo.hu/php/faliujsag/faliujsag.php','fali','resizable=no,status=no,width='+width+',height='+height+',screenX='+x+',screenY='+y+',top=0,left='+x+',scrollbars=yes');}	function ohelp(oparam) {  	var szeless;  	szeless = window.screen.availWidth / 2 - 366;  	window.open('http://help.gyaloglo.hu/php/help/sugo.php'+oparam, 'sugo', 'resizable=no,status=no,width=732,height=476,top=0,left='+szeless+',scrollbars=no');}