function gotoProduct(selector){ var page = selector.options[selector.selectedIndex].value; if (page == 'standard'){ top.location.href = "/body/html/consumer/products/international/standard/std_index.jhtml"; } if (page == 'comprehensive'){ top.location.href = "/maia?h=fam_head&f=fam_footer&p=consumer/intl_insomnia_callback&u=fam_utility&n=consumer/prod_intl_comp&t=comp_index_top&b=consumer/products/international/comprehensive/comp_index"; } if (page == 'prestige'){ top.location.href = "/maia?h=fam_head&f=fam_footer&p=consumer/intl_insomnia_callback&u=fam_utility&n=consumer/prod_intl_prestige&t=prestige_index_top&b=consumer/products/international/prestige/prestige_index"; } if (page == 'jersey'){ top.location.href = "/maia?h=fam_head&f=fam_footer&p=consumer/intl_insomnia_callback&u=fam_utility&n=consumer/prod_channel_jersey&t=jersey_top&b=consumer/products/channel/jersey/jersey"; } if (page == 'guernsey'){ top.location.href = "/maia?h=fam_head&f=fam_footer&p=consumer/intl_insomnia_callback&u=fam_utility&n=consumer/prod_channel_guernsey&t=guernsey_top&b=consumer/products/channel/guernsey/guernsey"; } if (page == 'cashback'){ top.location.href = "/body/html/consumer/products/cash-plan/index.jhtml"; } }