dnurl = "http://www.dumanet.hu/chat/"
function dumanet(chan,left,theme) {
	window.open(dnurl+"?chan="+chan,'DumaNet','width=800,height=500,toolbar=0,resizable=1,status=0,scrollbars=0,location=0,directories=0,menubar=0');
}
function dumanet_belepes() {
	dumanet(document.dumanet_login.chan.value,0,0)
}
function myaaa() {
	alert("áű");
}
