
function goMain(){
	location.href = "/main.html";
}

function goMenu(step1, step2, step3){
	
	location.href = "/pages/" + step1 + "/sub0" + step2 + "_" + step3 + ".asp";

}
