function js_openpage(_textID) 
{
	if(_textID=="128")
	{
		var w2=800;//想弹出窗口的宽度
		var h2=700;//想弹出窗口的高度
		var w3=window.screen.width/2-w2/2;
		var h3=window.screen.height/2-h2/2;
		window.open("2005adr/main.htm","","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width="+ w2 +",height="+ h2 +",left="+ w3 +",top="+ h3 +"");

	
	}
	else
	{
		if(_textID=="2117")
		{
			
			window.open("2007adr/index.aspx","","");
	
		
		}
		else
		{
		
			var w2=600;//想弹出窗口的宽度
			var h2=700;//想弹出窗口的高度
			var w3=window.screen.width/2-w2/2;
			var h3=window.screen.height/2-h2/2;
			window.open("content_show.aspx?textID="+_textID,"","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width="+ w2 +",height="+ h2 +",left="+ w3 +",top="+ h3 +"");

	
		}
	}
}

