switch ($_GET['src']) { case "pemaco": $src = "src/pemaco.php"; $active_pemaco = 'class="active"'; $title = "About us | Pemaco"; $description = "PEMACO was founded in 1986 with the purpose of manufacturing balancers to meet the needs of the domestic industry, especially the automobile, electro-electronics, home appliances and others."; break; case "contato": $src = "src/contato.php"; $active_contato = 'class="active"'; $title = "Contat | Pemaco"; $description = "Contact Pemaco for more information. Click here and see our products."; break; case "produtos": $src = "src/produtos.php"; $active_produtos = 'class="active"'; switch ($_GET['produtos']) { case "balancis-pneumaticos"; $title = "Pneumatics Balancers | Pemaco"; $keywords = "Pneumatics Balancers, Pneumatic Rockers, Draw Pneumatic Rockers, articulated arms"; $description = "Pemaco builds pneumatic rockers made with seamless steel tubes to be used in various applications in the industry in general, facilitating and expanding applications"; break; case "balancins-de-mola"; $title = "Spring Balance | Pemaco"; $keywords = "Spring Balance, Spring Rockers, Draw Spring Rockers, Mechanical Rockers, Retractable Rockers"; $description = "Pemaco builds spring rockers known as mechanical or retractable rockers that help reduce production costs, increase productivity and provide a better workstation while minimizing the effort of workers"; break; case "mini-braco"; $title = "Pantographic Mini Arm | Pemaco"; $keywords = "Mini Arm, Mini Arm Draw, rocker draws"; $description = "The Mini Arms of Pemaco are used in applications with the use of drills, screwdrivers or other tools, they are built with steel rods helping the sliding of the bearings in the vertical and horizontal direction"; break; case "braco-articulado"; $title = "Articulated Arms | Pemaco"; $keywords = "Articulated Arm, Articulated Arms, pneumatic rocker"; $description = "The articulation arms can have one or two joints, they are applied in industries that need to carry larger loads, making the loads lighter and with smooth movements"; break; case "agulhas-para-desincrustador"; $title = "Needles for descaler | Pemaco"; $keywords = "Articulated Arm, Needles for descaler, pneumatic rocker"; $description = "The articulation arms can have one or two joints, they are applied in industries that need to carry larger loads, making the loads lighter and with smooth movements"; break; } break; case "revendedor": $src = "src/revendedor.php"; $active_produtos = 'class="active"'; switch ($_GET['revendedor']) { case "catalogos"; $title = "Catalogs | Pemaco"; $description = "Discover Pemaco's product catalogs. Click for more information and contact us."; break; case "manuais"; $title = "Manuals | Pemaco"; $description = "Discover Pemaco's product manuals. Click for more information and contact us."; break; } break; case "revendedor": $src = "src/revendedor.php"; $active_revendedor = 'class="active"'; $title = "Dealer | Pemaco"; $description = "Pemaco resellers. Click for more information and contact us."; break; case "servicos": $src = "src/servicos.php"; $active_servicos = 'class="active"'; $title = "Services | Pemaco"; $keywords = "Discover the services offered by Pemaco. Contact us for more information"; $description = ""; break; default: $src = "src/home.php"; $active_home = 'class="active"'; $title = "Home | Pemaco"; break; } ?>