//Menu system data //Primary navigation data function loadPrimaryNavigation(){ var html = " "; html += ''; //home button if (primaryState == "home"){ html += ''; }else{ html += ''; html += ''; } //Services button if (primaryState == "services"){ html += ''; html += ''; //Service sub navigation start html += ''; html += ''; html += ''; //Service sub navigation end }else{ html += ''; html += ''; } //Servies button end //About PTI button start if (primaryState == "about"){ html += ''; html += ''; //About PTI sub navigation start html += ''; html += ''; html += ''; //end //About PTI sub navigation end }else{ html += ''; html += ''; } //About PTI button end //Community button start if (primaryState == "community"){ html += ''; html += ''; //Community sub navigation start html += ''; html += ''; html += ''; //end //Community sub navigation and }else{ html += ''; html += ''; } //Community button end //Safety & Environment button start if (primaryState == "safety"){ html += ''; html += ''; //Safety & Environment sub navigation start html += ''; html += ''; html += ''; //end //Safety & Environment sub navigation end }else{ html += ''; html += ''; } //Safety & Environment button end //Careers button start if (primaryState == "careers"){ html += ''; html += ''; //Careers sub navigation start html += ''; html += ''; html += ''; //end //Careers sub navigation end }else{ html += ''; html += ''; } //Careers butto end //News & Events button Start if (primaryState == "news"){ html += ''; html += ''; //News & Events sub navigation start html += ''; html += ''; html += ''; //end //News & Events sub navigation end }else{ html += ''; html += ''; } //News & Events button end //Contact button if (primaryState == "contact"){ html += ''; html += ''; var somevariable = ""; //Contact sub navigation start html += ''; html += ''; html += ''; //end //Contact sub navigation end }else{ html += ''; html += '
HOME
SERVICES
'; html += ''; //Service > Overview button if (subState == "service_overview"){ html += ''; }else{ html += ''; } //Service > Facility Manfacturing button if (subState == "facility_manufacturing"){ html += ''; }else html += ''; //Service > Fleet Rental button if (subState == "fleet_rental"){ html += ''; }else html += ''; //Service > Food Services button if (subState == "food_services"){ html += ''; }else html += ''; //Service > Open Camp button if (subState == "open_camps"){ html += ''; }else html += ''; //Service > Water Treatment button if (subState == "water_treatment"){ html += ''; }else html += ''; //Service > Support Services button if (subState == "support_services"){ html += ''; }else html += ''; //Service > Project Showcase button if (subState == "project_showcase"){ html += ''; }else html += ''; //Service > Used Equipment button if (subState == "used_equipment"){ html += ''; }else html += ''; html += '
'; html += '
SERVICES
ABOUT PTI
'; html += ''; //About PTI > Overview button if (subState == "about_overview"){ html += ''; html += ''; }else{ html += ''; html += ''; } //About PTI > Divisions button if (subState == "divisions"){ html += ''; }else html += ''; //About PTI > Partnerships button if (subState == "partnerships"){ html += ''; }else html += ''; //About PTI > Executive Team button if (subState == "executive_team"){ html += ''; }else html += ''; //About PTI > Shareholders button if (subState == "shareholders"){ html += ''; }else html += ''; //About PTI > Awards button if (subState == "awards"){ html += ''; }else html += ''; html += '
'; html += '
ABOUT PTI
COMMUNITY
'; html += ''; //Community > Community Investment button if (subState == "community_investment"){ html += ''; html += ''; }else{ html += ''; html += ''; } //Community > Aboriginal Affairs button if (subState == "aboriginal_affairs"){ html += ''; }else html += ''; //Community > Sponsorships button if (subState == "sponsorships"){ html += ''; }else html += ''; //Community > Corporate Giving button if (subState == "corporate_giving"){ html += ''; }else html += ''; //Community > Employee Involvement button if (subState == "employee_involvement"){ html += ''; }else html += ''; html += '
'; html += '
COMMUNITY
SAFETY & ENVIRONMENT
'; html += ''; //Safety & Environment > Workplace Safety button if (subState == "workplace_safety"){ html += ''; html += ''; }else{ html += ''; html += ''; } //Safety & Environment > Environment Perfomance button if (subState == "enviro_performance"){ html += ''; }else html += ''; html += '
'; html += '
SAFETY & ENVIRONMENT
CAREERS
'; html += ''; //Careers > Overview button if (subState == "careers_overview"){ html += ''; html += ''; }else{ html += ''; html += ''; } //Careers > Available Oppertunities button if (subState == "available_opportunities"){ html += ''; }else html += ''; //Careers > Contact Recruiting button if (subState == "contact_recruiting"){ html += ''; }else html += ''; html += '
'; html += '
CAREERS
NEWS & EVENTS
'; html += ''; //News & Events > Press Releases button if (subState == "press_releases"){ html += ''; html += ''; }else{ html += ''; html += ''; } //News & Events > Events button if (subState == "events"){ html += ''; html += ''; }else{ html += ''; html += ''; } //News & Events > Archives button if (subState == "archives"){ html += ''; }else html += ''; html += '
'; html += '
NEWS & EVENTS
CONTACT PTI
'; html += ''; html += ''; html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '
'; html += '
CONTACT PTI
'; } html += '

 

'; document.write(html); } //Drop Out menu data function loadDropOutNavigation(){ var html = " "; //Service menu html += '
'; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += '
Overview
Facility Manufacturing
Fleet Rental
Food Services
Open Camps
Water and Wastewater Treatment
Support Services
Project Showcase
Used Equipment Sales
'; html += '
'; //Service menu background html += '
'; html += '
'; //About PTI menu html += '
'; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += '
Overview
Divisions
Partnerships
Executive Team
Shareholders
Awards
'; html += '
'; //About PTI menu background html += '
'; html += '
'; //Community menu html += '
'; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += '
Community Investment
Aboriginal Affairs
Sponsorships
Corporate Giving
Employee Involvement
'; html += '
'; //Community menu background html += '
'; html += '
'; //Safety & environment menu html += '
'; html += ''; html += ''; html += ''; html += '
Workplace Safety
Environmental Performance
'; html += '
'; //Safety & environment menu background html += '
'; html += '
'; //Careers menu html += '
'; html += ''; html += ''; html += ''; html += ''; html += '
Overview
Available Opportunities
Contact Recruiting
'; html += '
'; //Careers menu background html += '
'; html += '
'; //News & events menu html += '
'; html += ''; html += ''; html += ''; html += ''; html += '
Press Releases
Events
Archives
'; html += '
'; //News & events menu background html += '
'; html += '
'; //Contact menu html += '
'; html += ''; html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '' html += '
PTI Group - Head Office
PTI Crown Camp Services
PTI International
PTI Major Projects
PTI Noble Structures
PTI Open Camp Services
PTI Premium Camp Services
PTI Remote Site Services USA
PTI Travco Modular Structures
Ek\'Ati Services
Ovation Catering & Banquets
'; html += '
'; //Contact menu background html += '
'; html += '
'; document.write(html); }