function chizu(page)
{
OpenWin = this.open(page, "NewWindow", "toolbar=yes,menubar=no,location=no,scrollbars=no,resize=no,status=yes,width=560,height=650");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
