﻿function startTest(){
	openWindow("WebPractice.aspx?Unit=AreYou700","WebPractice",500,400,true);
}
function endPractice(clusterId){
	document.location.href = "AreYou700.aspx?ClusterId="+clusterId;
}