//this is for cell states
var PrStyle;

function ChStyle(obj, NwStyle, NrStyle) {
	PrStyle = obj.className;
	obj.className = NwStyle;
	
	PrSelection = obj;
	return;
}

//this is for kataweb network select list
function ser_jumpMenu(targ,selObj,restore) { //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}

