
<!--

var newwindow;
function Open_Window(url)
{
  newwindow=window.open(url,'new','scrollbars=yes,resizable=yes,height=470,width=500,left=300,top=300');
  if (window.focus) {newwindow.focus()}
}
//-->
