﻿/* Socang.com JavaScript Framework */
/* Powered By Sammy Zhong of Socang.com */
/* Common Script */

function setSearchBar(theSBId){
	var theSBarUl=$('quickSearchUl');
	var theSBarLis=theSBarUl.getElementsByTagName('li');
	for ( theSBNum=0; theSBNum<theSBarLis.length ; theSBNum++){
		theSBarLis[theSBNum].className='wcll';	
	}
	var theSBon = $(theSBId);
	theSBon.className = 'cll';
	theSBon.getElementsByTagName('a')[0].blur();
}

/* Gobal Operation End */
