
/* 新闻框代码 */
function openwindow(url) {
 window.open(url,'windows','scrollbars=yes,resizable=yes,width=780,height=600');
}
// -->
                
