// Dropdown links for PRODUCTS AND SERVICES

function SelectCategory(plan)
{
newplan=plan
//alert(newplan)
if(newplan==1)
{
window.location=('gallery_dean.html')
return true
}
if(newplan==2)
{
window.location.href=('gallery_berrara.html')
return true
}
if(newplan==3)
{
window.location=('gallery_kabasela.html')
return true
}
if(newplan==4)
{
window.location.href=('gallery_parrone.html')
return true
}
if(newplan==5)
{
window.location.href=('gallery_otta.html')
return true
}
if(newplan==6)
{
window.location.href=('gallery_taylor.html')
return true
}
if(newplan==7)
{
window.location.href=('gallery_nash.html')
return true
}
if(newplan==8)
{
window.location.href=('gallery_mcmillan.html')
return true
}

if(newplan==11)
{
window.location.href=('gallery_ritter_ramsey.html')
return true
}
if(newplan==12)
{
window.location.href=('gallery_brian.html')
return true
}
if(newplan==13)
{
window.location.href=('gallery_david.html')
return true
}
if(newplan==14)
{
window.location.href=('gallery_yuli.html')
return true
}

if(newplan==15)
{
window.location.href=('gallery_harrisburg.html')
return true
}

if(newplan==16)
{
window.location.href=('gallery_arizona_school.html')
return true
}

if(newplan==17)
{
window.location.href=('gallery_schulter_memphis.html')
return true
}

if(newplan==18)
{
window.location.href=('gallery_michael_tischler.html')
return true
}


if(newplan==21) { window.location.href=('gallery_andres_biaggi.html'); return true }
if(newplan==22) { window.location.href=('gallery_andrew_plaitis.html'); return true }
if(newplan==23) { window.location.href=('gallery_dan_hagi.html'); return true }
if(newplan==24) { window.location.href=('gallery_daniel_m_casel.html'); return true }
if(newplan==25) { window.location.href=('gallery_keith_richmond.html'); return true }
if(newplan==26) { window.location.href=('gallery_march_nevins.html'); return true }
if(newplan==27) { window.location.href=('gallery_mike_timmccabe.html'); return true }
if(newplan==28) { window.location.href=('gallery_robert_goldtrap.html'); return true }
if(newplan==29) { window.location.href=('gallery_samuel_ip.html'); return true }
if(newplan==30) { window.location.href=('gallery_susanne_moore.html'); return true }
if(newplan==31) { window.location.href=('gallery_west_coast_university.html'); return true }
if(newplan==32) { window.location.href=('gallery_wilbur_chow.html'); return true } 


return false
}


