function xhtml(){
	window.location='xhtml.html';
}
function flash(){
	window.open('http://www.wix.com/webepitesz/webkesz/');
}
function threeD(){
	window.open('http://3d.exitreality.com/http://webepitesz.eu/in3D/index.wrl');
}
function home(){
	window.location='index.html';
}
function email(){
	window.location='mailto:sol@webepitesz.eu';
}
function f1(){
	document.getElementById('eng').style.display='inline';
}
function f2(){
	document.getElementById('eng').style.display='none';
}
function f3(){
	document.getElementById('hun').style.display='inline';
}
function f4(){
	document.getElementById('hun').style.display='none';
}
