// JavaScript Document

function Start(page) {
  OpenWin = this.open(page,
    "CtrlWindow","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=525,height=550");
	OpenWin.focus();
  }

