<!--
function stylelistlink(x) { 
loc=document.leftnavform.stylelist.options
    [document.leftnavform.stylelist.selectedIndex].value;
location.href = loc
}
function locationlistlink(x) { 
loc=document.leftnavform.locationlist.options
    [document.leftnavform.locationlist.selectedIndex].value;
location.href = loc
}

//-->




