// JavaScript Document
function winOpn(){
window.open("news/index.html","news","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=600");
}