function hidelayer() {
	document.getElementById('adatlap').style.display='none';
}

function adatLap(felh_kod,user_key) {
	document.getElementById('adatlap').style.display='inline';
	document.getElementById('adatlap').innerHTML = ('<p align="left"><a href="javascript:hidelayer();" style="color:red"><b><font size="4">Vissza</font></b></a></p><IFRAME SRC="adatlap.php?felh_kod=' + felh_kod + '&user_key=' + user_key + '" WIDTH=600 HEIGHT=350 FRAMEBORDER=0 SCROLLING="YES"></IFRAME>');
}


function textCounter(field, countfield, maxlimit) {
	if (field.value.length > maxlimit) field.value = field.value.substring(0, maxlimit);
	else countfield.value = maxlimit - field.value.length;
}

function bezar() {window.close(); }

function velemenyek(iro, cim, hozza) {
	if (hozza==1) hozza = "#hozzaszolas";
	else hozza = "";
	url = "c_main.php?muvelet=forum&iro=" + iro + "&cim=" + cim + "&new=new_window" + hozza;
	window.open(url,"velemeny","width=640,top=28,left=8,height=480,scrollbars=1,resizable=1");
}

function vasarlas(iro, cim) {
	url = "c_main.php?muvelet=vasarlas&iro=" + iro + "&cim=" + cim + "&new=new_window";
	window.open(url,"vasarlas","width=640,top=28,left=8,height=480,scrollbars=1,resizable=1");
}

function chat(user, key) {
	url = "login.php?user=" + user + "&key=" + key;
	window.open(url,"Chat","width=675,top=0,left=0,height=480,scrollbars=0,resizable=0");
}

function tarsalgo(kod, hozza) {
	if (hozza==1) hozza = "#hozzaszolas";
	else hozza = "";
	url = "c_main.php?muvelet=tarsalgo_regi&kod=" + kod + "&new=new_window" + hozza;
	window.open(url,"tarsalgo","width=640,top=28,left=8,height=480,scrollbars=1,resizable=1");
}

function tudnivalok(ugras) {
	url = "tudnivalok.htm#"+ugras;
	window.open(url,"tudnivalo","width=640,top=28,left=8,height=480,scrollbars=1,resizable=1");
}

function visszaugras(){
	document.getElementById("hozzaszolas").scrollIntoView(true);
}
