<!--
	
// OpenWindow
function popup(linkTo){
window.open("./map_"+linkTo+".html","shopMap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=yes,width=500,height=460");
}

// PulDownMenu
function A_Li(){
Sel=document.shopLink.OP.selectedIndex;
Ms=document.shopLink.OP.options[Sel].value;
location.href=Ms;
}
//-->
