function schedule(url) {
	newwindow=window.open(url,'schedule','height=450,width=300,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}
