site_pop();
site_map("rf", "rf", "RF");
site_push("rf/");
site_pop();
site_map("alu", "alu", "ALU and shifter");
site_push("alu/");
site_map("operations", "operations.php", "Operations");
site_map("dataflow", "dataflow.php", "Dataflow");
site_map("implementation", "implementation.php", "Implementation");
site_pop();
site_map("arm_emulation", "arm_emulation", "ARM emulation");
site_push("arm_emulation/");
site_map("accumulator", "accumulator.php", "Accumulator");
site_map("prefetch", "prefetch.php", "Prefetch");
site_map("flushing", "flushing.php", "Pipeline flushing");
site_map("branch", "branch.php", "Branch");
site_map("data_processing", "data_processing.php", "Data processing");
site_map("multiply", "multiply.php", "Multiply");
site_map("single_data_transfer", "single_data_transfer.php", "Single data transfer");
site_map("block_data_transfer", "block_data_transfer.php", "Block data transfer");
site_pop();
site_map("microkernel", "microkernel", "Microkernel");
site_push("microkernel/");
site_map("linux", "linux.php", "Linux operation");
site_map("communication", "communication.php", "Communication primitives");
site_map("outline_operation", "outline_operation.php", "Outline Operation");
site_map("detailed_operation", "detailed_operation.php", "Detailed Operation");
site_map("outline_code", "outline_code.php", "Outline code");
site_pop();
site_pop();
site_done();
<?php

site_map("top", "index.php", "Home");
site_map("company", "company", "Company");
site_push("company/");
site_map("contacts", "contacts.php", "Contacts");
site_map("people", "people", "People");
site_push("people/");
site_map("gavin", "gavin_stark", "Gavin J Stark");
site_map("john", "john_croft", "John Croft");
site_pop();
site_pop();
site_map("technology", "technology", "Technology");
site_push("technology/");
site_map("", "http://cyclicity-cdl.sourceforge.net", "Cyclicity CDL");
site_pop();
site_map("white_papers", "white_papers", "White Papers");
site_map("background", "background", "Background");
site_done();