function _submit() {
	//document.frm.action = a;
	document.frm.submit();
}

function ShowPic(img, Wwidth, Wheight){
	text = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width="+Wwidth+",height="+Wheight;
	preview = window.open("", "preview", text);
	preview.document.open();
	preview.document.write("<html><head>");
	preview.document.write("<title>ETV-ERŐTERV Rt.</title>");
	preview.document.write("</head><body topmargin=0 leftmargin=0 bgcolor=ffffff text=000000 onblur='javascript:self.close();'>");
	preview.document.write("<form><center>");
	preview.document.write("<a href='javascript:self.close()'><img hspace=0 vspace=0 src='" + img + "' border=0 alt=''></a>");
	preview.document.write("</center>");
	preview.document.write("</body></html>");
	preview.document.close();
	preview.focus();
}

function _ROI(norm_src, sel_src) {
	this.norm = new Image();
	this.sel = new Image();
	this.norm.src = norm_src;
	this.sel.src = sel_src;
}

function mmenu_over(id) {
	eval("var my = document.getElementById('m"+id+"')");
	eval("var mx = document.getElementById('menu"+id+"')");
	eval("mx.src = ma.sel.src");
	//eval("my.bgColor='#E0E3E8'")
	eval("my.bgColor='#CBD5E6'")
}

function mmenu_out(id) {
	eval("var my = document.getElementById('m"+id+"')");
	eval("var mx = document.getElementById('menu"+id+"')");
	eval("mx.src = ma.norm.src");
	eval("my.bgColor='#F0F4F9'")
}

function smenu_over(id) {
	eval("var mx = document.getElementById('smenu"+id+"')");
	eval("mx.src = sa.sel.src");
}

function smenu_out(id) {
	eval("var mx = document.getElementById('smenu"+id+"')");
	eval("mx.src = sa.norm.src");
}