function ipcall_ed(kval, phone, minLen , maxLen , del , pre , addr , port)
{
	document.ipcall_frm.kval.value=kval;
	document.ipcall_frm._phone.value=phone;
	document.ipcall_frm._addr.value=addr;
	document.ipcall_frm._port.value=port;
	
	
	
	document.ipcall_frm._minLen.value=minLen;
	document.ipcall_frm._maxLen.value=maxLen;
	document.ipcall_frm._del.value=del;
	document.ipcall_frm._pre.value=pre;
	
}




var lastid=-1;
function set_hicolor (id)
{
	document.getElementById(id).className="opt_list_hicolor";
	if (lastid!=-1 && lastid!=id)
		document.getElementById(lastid).className="opt_list";
	lastid=id;
}	

