db = $ps->dbconnect(); $id_area = $_GET[id_area]; $cats = $ps->listCats($id_area); $areaData = $ps->arrayArea($id_area); $id_Cat = $_GET[id_Cat]; $main = $_GET[main]; $expand = $_GET[expand]; ?> Printing Solution S.A.
showDetails($expand); } else { $ps->printers(23); } break; case "lexmark": if ($_GET[expand] != "") { $ps->showDetails($expand); } else { $ps->printers(21); } break; case "printronix": if ($_GET[expand] != "") { $ps->showDetails($expand); } else { $ps->printers(1); } break; case "kyocera": if ($_GET[expand] != "") { $ps->showDetails($expand); } else { $ps->printers(5); } break; case "kerning": if ($_GET[expand] != "") { $ps->showPDF($expand); $ps->printers(9); } else { $ps->printers(9); } break; case "zebra": if ($_GET[expand] != "") { $ps->showDetails($expand); } else { $ps->printers(12); } break; //case "secugen": case "symbol": //include("pages/bio.htm"); include("pages/symbol.htm"); break; case "barcode": include("pages/barcodes.htm"); break; case "insumos": //$ps->printers(16); switch($_GET[Cat]){ case "kyo": include("pages/insumos_kyocera.htm"); break; case "krn": include("pages/insumos_kerning.htm"); break; default: include("pages/insumos_printronix.htm"); } // switch break; case "p2p": include("pages/control_de_gastos_de_impresion.htm"); break; case "g2t": include("pages/software_de_impresion.htm"); break; case "cmc7": include("pages/MICR.htm"); break; case "print_service": include("pages/leasing.htm"); break; case "sapr3": include("pages/sap_main.html"); break; case "about_us": include("pages/quienes_somos.htm"); break; case "contact_us": include("pages/contactenos.htm"); break; case "support": include("pages/soporte_tecnico.htm"); break; default: include("home.php"); } // switch ?>