

function progsched(url) {
	var w = this.open(url,"Window", "height=500,width=640,location=no,menubar=no,resizable=yes,scrollbars=yes,tollbar=no");
}

function popup(page,pheight,pwidth) {
	OpenWin = this.open(page, "newwindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width="+pwidth+", height="+pwidth+"");
}
