<!--
function doArray() {
	var arylnth = doArray.arguments.length;
	for ( i = 0 ; i < arylnth ; i++ ) { this[i]=doArray.arguments[i] }
}
function newpg() {
var choose = eval(document.form1.home.selectedIndex);
if( (choose > 0) && (choose < 14) ) {
var section=new doArray( '', 'spot/home06en.htm', 
 'spot/home02en.htm', 'spot/home03en.htm', 'spot/home05en.htm', 'spot/home04en.htm', 'spot/home07en.htm', 'spot/home08en.htm');
 location=section[document.form1.home.selectedIndex];}
    }
//-->
