function startTest()
{
	var windowprops = 'top=0,left=0,resizable=no'+ ',width=' + screen.width + ',height=' + screen.height;
	window.open('OnlineExam.php', 'OnlineExamPage', windowprops);
}