
function email()
{
	mailE=('ladi@'+'ladiugyved.hu');
	document.write('<a href="mailto:'+ mailE +'">' + mailE + '</a>');
}

function betolt(x)
{
location.href=x.options[x.selectedIndex].value;	
}

