/*JavaScript file for www.ishukaifa.com
[(c)2002 All rights reserved H K Digital Online]

*/

//change subnav background color (ie5+ ns6+)
	function changebg(item, color)
{
	if (document.getElementById)
	{
	theone = eval("document.getElementById('"+item+"')")
	theone.style.background = color
	}	

}