$var=$_GET["var"]; $v2=$_GET["v2"]; if ($var=='how') { $vPage='how.php'; } elseif ($var=='registration') { $vPage='registration.php'; } elseif ($var=='new') { $vPage='new.php'; } elseif ($var=='new_see') { $vPage='new_see.php'; } elseif ($var=='organizing') { $vPage='organizing.php'; } elseif ($var=='information') { $vPage='information.php'; } elseif ($var=='exibition') { $vPage='exibition.php'; } elseif ($var=='symposia') { $vPage='symposia.php'; } elseif ($var=='symposia2') { $vPage='symposia2.php'; } elseif ($var=='symposia3') { $vPage='symposia3.php'; } elseif ($var=='symposia4') { $vPage='symposia4.php'; } elseif ($var=='symposia5') { $vPage='symposia5.php'; } elseif ($var=='symposia6') { $vPage='symposia6.php'; } elseif ($var=='symposia7') { $vPage='symposia7.php'; } elseif ($var=='symposia8') { $vPage='symposia8.php'; } elseif ($var=='travel1') { $vPage='travel1.php'; } elseif ($var=='travel2') { $vPage='travel2.php'; } elseif ($var=='travel3') { $vPage='travel3.php'; } elseif ($var=='travel4') { $vPage='travel4.php'; } elseif ($var=='travel5') { $vPage='travel5.php'; } elseif ($var=='food') { $vPage='food_information.php'; } elseif ($var=='herp') { $vPage='herp.php'; } elseif ($var=='about') { $vPage='about.php'; } elseif ($var=='about2') { $vPage='about2.php'; } elseif ($var=='about3') { $vPage='about3.php'; } elseif ($var=='about4') { $vPage='about4.php'; } elseif ($var=='about5') { $vPage='about5.php'; } elseif ($var=='about6') { $vPage='about6.php'; } elseif ($var=='about7') { $vPage='about7.php'; } elseif ($var=='scientific') { $vPage='scientific1.php'; } elseif ($var=='scientific2') { $vPage='scientific2.php'; } elseif ($var=='scientific3') { $vPage='scientific3.php'; } elseif ($var=='scientific4') { $vPage='scientific4.php'; } elseif ($var=='contato') { $vPage='contato.php'; } elseif ($var=='contatoOk') { $vPage='contatoOk.php'; } elseif ($var=='abstracts') { $vPage='abstracts.php'; } elseif ($var=='listAbstracts') { $vPage='listAbstracts.php'; } elseif ($var=='viewAbstract') { $vPage='viewAbstract.php'; } else { $vPage='principal.php'; } ?>