function doit1(){
	document.location.href="../../index.html";
}
function doit2(){
	document.location.href="../../../index.html";
}