// JavaScript Document
function wopen(){ window.open("news.html","WindowOpen1",
"scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,width=520,height=550"); 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}