function open_win(day,no,w,h) 
{  
	window.open('news_cont.php?day='+day+'&no='+no,'','width='+w+', height='+h+' ,scrollbars=yes,resizable=no');
} 
function open_wina(day,no,w,h)
{  
	window.open('news_conta.php?day='+day+'&no='+no,'','width='+w+', height='+h+' ,scrollbars=yes,resizable=no');
} 
function open_winb(day,no,w,h) 
{  
	window.open('news_contb.php?day='+day+'&no='+no,'','width='+w+', height='+h+' ,scrollbars=yes,resizable=no');
}
function web_go(in_address,type)
{
	location.href="http://stroke.tw/"+in_address+"?type="+type;
} 