// LOADING NAVIGATION BAR
function LoadNAVbar() {
	var NV = new Array();
    var NAVstr='';
		  NV[0]='<ul id="p7PMnav">';
      	  NV[1]='<li style="width:58px; border-left-style: none"><a href="index.htm"><strong><span style="font-size: 14px">H</span>OME</strong></a></li>';		  
		  NV[2]='<li style="width:91px"><a href="https://secure1.ilisys.com.au/herbar/index.htm"><strong><span style="font-size: 14px">O</span>NLINE <span style="font-size: 14px">S</span>HOP</strong></a>';
		  NV[3]='<ul id="p7PMli"><li style="width:110px; padding-top: 4px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#rosehip">rosehip range</a></li><li style="width:110px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#cleansers">cleansers</a></li><li style="width:110px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#bodywise">be body wise</a></li><li style="width:110px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#balmsandbutters">balms and butters</a></li><li style="width:110px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#calendulacare">calendula care</a></li><li style="width:110px"><a href="https://secure1.ilisys.com.au/herbar/index.htm#perfumes">perfumes</a></li></ul></li>';  
		  NV[4]='<li style="width:75px"><a href="products.htm"><strong><span style="font-size: 14px">P</span>RODUCTS</strong></a></li>';
		  NV[5]='';
		  NV[6]='<li style="width:74px"><a href="aboutus.htm"><strong><span style="font-size: 14px">A</span>BOUT <span style="font-size: 14px">U</span>S</strong></a></li>';
		  NV[7]='';
		  NV[8]='<li style="width:49px"><a href="FAQ.htm"><strong><span style="font-size: 14px">F.A.Q</span></a></li>';
		  NV[9]='';
		  NV[10]='<li style="width:158px"><a href="aromatherapy.htm"><strong><span style="font-size: 14px">A</span>ROMATHERAPY & <span style="font-size: 14px">H</span>ERBS</strong></a></li>';
		  NV[11]='';
      	  NV[12]='<li style="width:87px"><a href="contact.htm"><strong><span style="font-size: 14px">C</span>ONTACT <span style="font-size: 16px">U</span>S</strong></a></li>';
		  NV[13]='<li style="width:56px"><a href="links.htm"><strong><span style="font-size: 14px">L</span>INKS</strong></a></li>';
	  NV[14]='</ul>';
for (i=0; i<NV.length; i++) {	NAVstr=NAVstr+NV[i]};
				document.write(NAVstr);
}
// END OF LOADING NAVIGATION BAR


function Is() {
  agent       = navigator.userAgent.toLowerCase();
  this.major  = parseInt(navigator.appVersion);
  this.minor  = parseFloat(navigator.appVersion);
  this.ns     = ((agent.indexOf('mozilla')   != -1) &&
                (agent.indexOf('spoofer')    == -1) &&
                (agent.indexOf('compatible') == -1) &&
                (agent.indexOf('opera')      == -1) &&
                (agent.indexOf('webtv')      == -1) &&
                (agent.indexOf('hotjava')    == -1) &&
      (agent.indexOf("msie")  == -1));
  this.ns2    = (this.ns && (this.major      ==  2));
  this.ns3    = (this.ns && (this.major      ==  3));
  this.ns4    = (this.ns && (this.major      ==  4));
  this.ns6    = (this.ns && (this.major      >=  5));
  this.ie     = ((agent.indexOf("msie")      != -1) &&
                (agent.indexOf("opera")      == -1));
  this.ie3    = (this.ie && (this.major      <   4));
  this.ie4    = (this.ie && (this.major      ==  4) &&
                (agent.indexOf("msie 4")     != -1));
  this.ie5    = (this.ie && (this.major      ==  4) &&
                (agent.indexOf("msie 5")     != -1) &&
                (agent.indexOf("msie 5.5")   == -1) &&
                (agent.indexOf("mac")        == -1));
  this.iem5   = (this.ie && (this.major      ==  4) &&
                (agent.indexOf("msie 5.")    != -1) &&
               (agent.indexOf("mac")        != -1));
  this.ie55   = (this.ie && (this.major      ==  4) &&
                (agent.indexOf("msie 5.5")   != -1));
  this.ie6    = (this.ie && (this.major      ==  4) &&
                (agent.indexOf("msie 6")     != -1 || agent.indexOf("msie 7") != -1 || agent.indexOf("msie 8") != -1));
  
  this.moz = (agent.indexOf("gecko")!= -1)
  this.nsdom  = (this.ns4  || this.ns6);
  this.win = (agent.indexOf("win") != -1);
  this.iestrict = (this.win && this.ie6 && document.compatMode == "CSS1Compat");
  this.macstrict = (this.ie5 && this.iemac && document.doctype && document.doctype.name.indexOf(".dtd") != -1);
  this.strict = (this.iestrict || this.macstrict);
  this.iemac =(this.iem5);
  this.iewin = ((this.ie5 && !this.iemac || this.ie55 || this.ie6) && this.win);
  this.dom = (this.iewin || this.ns6 || this.moz);
}
var is = new Is();
var css_px = (is.ns4 || is.ie4) ?"" : "px";

if (is.iewin) {var ga=document.all; var pga=parent.document.all};






