function toactiveICM(strWindowName) 
	{
		var strUrl = "http://www.sgc.ox.ac.uk/iSee/activeISeeRequirementsChecking.html";
		var strWindowFeatures ="target=_top, resizable=1,scrollbars=1, width=1240, height=768";
		window.open(strUrl, strWindowName, strWindowFeatures);
	}
