
function openWin(url) {
	window.open(url, 'classsystem', 'width=700, height=500, menubar=no, toolbar=no, scrollbars=yes, status=no');
}
