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

function more(kod,oldalon) {
	window.open("more.php?cikkszam="+kod+'&oldal='+oldalon,"katalogus","width=640,top=28,left=200,height=480,scrollbars=1,resizable=1");
}

function showww(huhu){
	//alert(huhu+document.getElementById(huhu).style.display);
    document.getElementById(huhu).style.display = '';
}

function show_com(id) {
	document.getElementById(id).style.display = 'inline';
}

function hide_com(id) {
	document.getElementById(id).style.display = 'none';
}