// JavaScript Document

function open_win() {
	window.open("calender.html","_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=860, height=600");
}
