﻿// JavaScript Document

function wopen(page,w,h){
  self.name="main"
	OpenWin = this.open(page, "view", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,status=no,width="+w+",height="+h);
  OpenWin.focus();
}


