function popup(src) {
  win = window.open(src,"","top=20,left=20,height=300,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
}

function submit ()
 {
  document.felicite.submit( onclick="PopUpOpen('http://www.felicite.com/merchants/atr.cfm','FeliciteLogon');") ;
 }


function goToproduct() {
 currsel1 = menuproduct.goshopping.selectedIndex;
 urltogoto1 = menuproduct.goshopping.options[currsel1].value;
 if (urltogoto1 == "") {
  return false;
 }
 else {
  window.location.href = urltogoto1 + ".html";
 }
}
