function OpenWindow()
{
		window.open('students.php','Student','scrollbars=yes, height=600, width=900');
}
