<!--
function doArray() {
	var arylnth = doArray.arguments.length;
	for ( i = 0 ; i < arylnth ; i++ ) { this[i]=doArray.arguments[i] }
}
function newpa() {
var choose = eval(document.form1.tour.selectedIndex);
if( (choose > 0) && (choose < 14) ) {
var section=new doArray( '', 'spot/tour01en.htm', 
 'spot/tour02en.htm', 'spot/tour03en.htm', 'spot/tour04en.htm', 'spot/tour05en.htm', 'spot/tour06en.htm');
 location=section[document.form1.tour.selectedIndex];}
    }
//-->
