function ShowPopUp(page) {
     window.open(page,"PopUp","resizable=0,scrollbars=0,toolbar=1,width=430,height=500");
}

function ShowTour(page) {
     window.open(page,"PopUp","resizable=0,scrollbars=0,toolbar=0,width=750,height=400");
}

function goJumpy() {
     location=document.shopping_jumpy.shopping_jumpy_chooser.options[document.shopping_jumpy.shopping_jumpy_chooser.selectedIndex].value;
}