﻿var sectionArray = new Array();

//Main Sections
sectionArray[0] = [

{name:"The Product", id:"product", link:"product.html", target:"_self"},
{name:"Events", id:"events", link:"events.html", target:"_self"},
{name:"Game", id:"game", link:"game.html", target:"_self"},
{name:"Interactive Zone", id:"interactive", link:"interactive.html", target:"_self"},
{name:"Contact Us", id:"contact", link:"contact.html", target:"_self"}

];

//Footer Sections
sectionArray[1] = [

//{name:"Disclaimer", id:"disclaimer", link:"index.html", target:"_self"},
{name:"Privacy & Legal", id:"privacy", link:"privacy.html", target:"_self"},
{name:"Corporate site", id:"corporate", link:"http://www.bausch.com/", target:"_blank"}

];