function goMenu(gb){
	if (gb=='one') {	
		location ="one1.htm";
	}else if(gb=='one01'){						
		location ="one1.htm";
	}else if(gb=='one02'){					
		location ="one2.htm";
	}else if(gb=='one03'){					
		location ="one3.htm";
	}else if(gb=='one04'){					
		location ="one4.htm";
	}else if(gb=='one05'){					
		location ="one5.htm";
	}else if(gb=='one06'){					
		location ="one6.htm";
	}else if(gb=='two'){					
		location ="two1.htm";
	}else if(gb=='two01'){					
		location ="two1.htm";
	}else if(gb=='two02'){					
		location ="two2.htm";
	}else if(gb=='two03'){					
		location ="two3.htm";
	}else if(gb=='two04'){					
		location ="two4.htm";
	}else if(gb=='three'){					
		location ="three1.htm";
	}else if(gb=='three01'){					
		location ="three1.htm";
	}else if(gb=='three02'){					
		location ="three2.htm";
	}else if(gb=='four'){					
		location ="four1.htm";
	}else if(gb=='four01'){					
		location ="four1.htm";
	}else if(gb=='five'){					
		location ="five1.htm";
	}else if(gb=='five01'){					
		location ="five1.htm";
	}else if(gb=='six'){					
		location ="six1.htm";
	}else if(gb=='six01'){					
		location ="six1.htm";
	}
}

function winMin() {
	var winXi = this.window ;
	winXi.blur();
}

function winClose() {
	window.close();
}

