Index: /temp/trunk/html/js/navi.js
===================================================================
--- /temp/trunk/html/js/navi.js	(revision 1328)
+++ /temp/trunk/html/js/navi.js	(revision 2277)
@@ -25,3 +25,7 @@
 	function chgImgImageSubmit(fileName,imgObj){
 	imgObj.src = fileName;
+	
+	function naviStyleChange(ids, color){
+		document.getElementById(ids).style.backgroundColor = color;
+	}	
 }
