function BookMarkit()
{
	window.external.addFavorite("http://www.jobjiangsu.cn","南京纺织品进出口股份有限公司 外经部");
}

function ToUrl(where)
{
	location=where;
}

function switchMenu(){
	obj = document.getElementById('allist');
	obj.style.display==""?obj.style.display="none":obj.style.display="";
}