function ujablak(url){
	window.open(url, "", "height=480,width=700,scrollbars=yes");
}





function lablec(copyright){
	document.write("<HR COLOR=black WIDTH=60% ALIGN=center></HR>");
	document.write("<DIV CLASS=lablec>");
	switch (copyright) {	
	case "0" : 		
		document.write("Copyright © 2001 - 2004 by ");
		document.write("<A HREF='mailto:yoscha@vipmail.hu?subject=tkbf'>Yoscha</A> & Jirka. ");
		document.write("Az oldalon található szövegek szabadon felhasználhatóak,<BR>de az eredeti szerzőt, és a dokumentum címét tüntesd fel mindenképp.<BR>Különben az elkövetkező 9764 életedben mindannyiszor elkap a Karmaügyi Hivatal! - vagy valami hasonló szervezet...");
		szamlalo("");
		document.write("</DIV><BR>");
		document.write("</BODY></HTML>")
		break;
	case "2" : 
		document.write("<A HREF='index.html' TARGET=_self>Vissza</A>");
		document.write("</DIV><BR>");
		document.write("</BODY></HTML>")
		break;
	case "3" : 
		document.write("</DIV>");
		document.write("</BODY></HTML>")
		break;
	default :
		document.write(copyright);
		szamlalo("");
		break;
		document.write("</DIV><BR>");
		document.write("</BODY></HTML>")
	}
	
	
}



function fo_tablafej(szoveg){
	document.write("<DIV CLASS=cim_minusz>");
	document.write(szoveg);
	document.write("</DIV>");
	document.write("<TABLE BORDER=0 CELLSPACING=1>");
}



function fo_tr1(url, szoveg1, szoveg2){
	document.write("<DIV CLASS=tx_minusz_silver><A HREF='"+url+"'>"+szoveg1+"</A>");
	document.write(" - "+szoveg2);
	document.write("</DIV>");
}

