
function moveto(target)
	{
	var location="http://www.icsiit.org/"
	top.location=location+target+".php";
	}
