/*
以後
*/
var The = {
	get_select:function(num) {
		var _url	='./news_'+num+'.html';
		var g=window.open(_url,'news_view_frame','width=480,height=520,resizable=yes,scrollbars=yes,status=yes');
		g.blur();
		g.focus();
	},
	reset_window:function() {
	}
};
