var m=new Array();
m[0]=new Object();
m[0].url="index.php";
m[0].title="Home";
m[0].status="Home";

m[1]=new Object();
m[1].url="salon.php";
m[1].title="Salon";
m[1].status="Salon";
 m[2]=new Object();
m[2].url="stylists.php";
m[2].title="Stylists";
m[2].status="Stylists";

m[3]=new Object();
m[3].url="products.php";
m[3].title="Products";
m[3].status="Products";

m[4]=new Object();
m[4].url="weddings.php";
m[4].title="Weddings";
m[4].status="Weddings";

m[5]=new Object();
m[5].url="toptips.php";
m[5].title="Top Tips";
m[5].status="Top Tips";

m[6]=new Object();
m[6].url="prices.php";
m[6].title="Prices";
m[6].status="Prices";m[7]=new Object();
m[7].url="findus.php";
m[7].title="Find Us";
m[7].status="Find Us";


var oStyle = new Object();
oStyle.lo="#008684";oStyle.hi="#cccc66";
oStyle.hitxt="#333300";oStyle.height="19";