function formOpen(openfile) {

	win1 = window.open(openfile,"WebFormOpen","dependent=yes,resizable=yes,scrollbars=yes,location=no");

}

