// Dropdown links for PRODUCTS AND SERVICES

function SelectCategory(plan)
{
newplan=plan
//alert(newplan)
if(newplan==1)
{
window.location=('prod_b2b_comsumer_pubs.html')
return true
}
if(newplan==2)
{
window.location.href=('prod_b2b_comsumer_catlogs.html')
return true
}
if(newplan==3)
{
window.location=('prod_tele_directories.html')
return true
}
if(newplan==4)
{
window.location.href=('prod_directories.html')
return true
}
if(newplan==5)
{
window.location.href=('prod_tabloids_newspapers.html')
return true
}
if(newplan==6)
{
window.location.href=('prod_commercial_corp_printing.html')
return true
}
if(newplan==7)
{
window.location.href=('prod_journal_printing_services.html')
return true
}
if(newplan==8)
{
window.location.href=('prod_loose_leaf_prods.html')
return true
}
if(newplan==9)
{
window.location.href=('prod_info_data_service.html')
return true
}
if(newplan==10)
{
window.location.href=('prod_web_dev.html')
return true
}
if(newplan==11)
{
window.location.href=('prod_premedia_content_mgmt.html')
return true
}
if(newplan==12)
{
window.location.href=('prod_consulting.html')
return true
}
if(newplan==13)
{
window.location.href=('prod_distribution_planning.html')
return true
}
if(newplan==14)
{
window.location=('mkt_periodical_publishers.html')
return true
}
if(newplan==15)
{
window.location.href=('mkt_direct_marketers.html')
return true
}
if(newplan==16)
{
window.location=('mkt_b2b_service_providers.html')
return true
}
if(newplan==17)
{
window.location.href=('mkt_healthcare.html')
return true
}
if(newplan==18)
{
window.location.href=('mkt_automotive_aftermarkete.html')
return true
}
if(newplan==19)
{
window.location.href=('mkt_academic_educational_scholastic.html')
return true
}
if(newplan==20)
{
window.location.href=('mkt_retail.html')
return true
}
if(newplan==21)
{
window.location.href=('mkt_journals.html')
return true
}
if(newplan==22)
{
window.location.href=('mkt_associations_professional_societies.html')
return true
}
if(newplan==23)
{
window.location.href=('mkt_directory_publishers.html')
return true
}
if(newplan==24)
{
window.location.href=('mkt_book_publishers.html')
return true
}
if(newplan==25)
{
window.location.href=('mkt_corporate_commercial.html')
return true
}
if(newplan==26)
{
window.location.href=('mkt_telecommunication_providers.html')
return true
}
if(newplan==27)
{
window.location.href=('mkt_city_regional_publishers.html')
return true
}
if(newplan==28)
{
window.location.href=('mkt_government.html')
return true
}
if(newplan==28)
{
window.location.href=('mkt_government.html')
return true
}
if(newplan==29)
{
window.location.href=('products_services.html')
return true
}
if(newplan==30)
{
window.location.href=('markets.html')
return true
}

return false
}

