/*///////////////////////////////////////////////////////////////
vertical_spacing		spacing between main navigation items
center_vertical			true centers vertically, false anchors top

To add navigation items, simply cut and paste an existing nav.push line.
First element is the diplay name
Second element is the link
Third element is the target. "_blank" will open in a new window, "content" will open in the main content frame
/*//////////////////////////////////////////////////////////////*/
var vertical_spacing = 5;
var center_vertical = true;
var nav = new Array();
//
nav.push(["Home","home.html","content"]);
nav.push(["Our Approach","approach.html","content"]);
nav.push(["Testimonials","testimonials.html","content"]);
nav.push(["Employment","employ.html","content"]);
nav.push(["Contact","http://webtest.wusystems.co.nz/contact.php","content"]);