function move_menu(num)
{
	switch(num)

	{
	  case 1:window.location="../WebIndex.aspx" ;break;

	  case 2:window.location="../WebNews/WebNewsList.aspx?style=2" ;break;

	  case 3:window.location="../WebNews/WebPersonnelList.aspx" ;break;

	  case 4:window.location="../WebNews/WebRecruit.aspx" ;break;

	  case 5:window.location="../WebNews/WebOperationList.aspx" ;break;

	  case 6:window.location="../images/softbuilding.swf" ;break;


	  
	}
}
//************×ÖÌå·Å´óËõÐ¡***********
function fontZoom(size)
{
 document.getElementById("fontzoom").style.fontSize=size+"px"
} 
