function changeIFrame(jumpURL){
	map.location.href = jumpURL;
}

//function soundPlay(sndName){
//	//if (document.all) document.all[objName].src = sndName;
//		musicID.src = sndName;
//}

function linkMenu() {
	var ref = document.myForm.mySelect.options
		for(var i = 0 ; i < ref.length ; i++) {
			if(ref[i].selected) {
			var jumppage = ref[i].value
			ref[0].selected = true
			break
	}
		}	
	//location.href = jumppage
	window.open(jumppage)
}

function soPlay(flag) {
	if (document.images) {
		if (navigator.appName=="Microsoft Internet Explorer") document.embeds[flag].play();
		if (navigator.appName=="Netscape") document.embeds[flag].play(false);
			if (flag==0) {
				setTimeout("", 100);
			}
		else {
			setTimeout("", 100);
		}
	}
}
