
function checkBrowser(){
	this.ver=navigator.appVersion
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.pc=(navigator.appVersion.indexOf("Mac") == -1)
	this.iepc=(this.pc &&  (this.ie4 || this.ie5)==1)
	this.ie4mac=((!this.pc) &&  (this.ie4)==1)
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns5mac=((!this.pc) && (this.ns5)==1)
	this.Saf=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.Safmac=((!this.pc) && (this.Saf)==1)
	this.iemac=((!this.pc) && (this.ie5 || this.ns5)==1)
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5 || this.Saf)
	return this;
}
bw=new checkBrowser()

if (bw.ie4mac){
	addmenu(menu=['mainmenu',
187,310,,0,,style1,1,'left',,,1,,,,,,,,,,
,'<img src="images/menu_red_03.gif" width="64" height="36" border="0">','show-menu=menu_1',,,0
,'<img src="images/menu_red_04.gif" width="151" height="36" border="0">','show-menu=menu_2',,,0
])
	//alert("jokaIE4mac");
  }

else if (bw.iemac){
	addmenu(menu=['mainmenu',
187,310,,0,,style1,1,'left',,,1,,,,,,,,,,
,'<img src="images/menu_red_03.gif" width="64" height="36" border="0">','show-menu=menu_1',,,0
,'<img src="images/menu_red_04.gif" width="151" height="36" border="0">','show-menu=menu_2',,,0
])
		//alert("jokaIEmac");
  }

  
  else if (bw.ns5mac){
	addmenu(menu=['mainmenu',
187,310,,0,,style1,1,'left',,,1,,,,,,,,,,
,'<img src="images/menu_red_03.gif" width="64" height="36" border="0">','show-menu=menu_1',,,0
,'<img src="images/menu_red_04.gif" width="151" height="36" border="0">','show-menu=menu_2',,,0
])
		//alert("jokaNS5mac");
  }
  
  else if (bw.Safmac){
	addmenu(menu=['mainmenu',
187,310,,0,,style1,1,'left',,,1,,,,,,,,,,
,'<img src="images/menu_red_03.gif" width="64" height="36" border="0">','show-menu=menu_1',,,0
,'<img src="images/menu_red_04.gif" width="151" height="36" border="0">','show-menu=menu_2',,,0
])
		//alert("jokasafari");
  }
  
   else {
	addmenu(menu=['mainmenu',
187,310,,0,,style1,1,'left',,,1,,,,,,,,,,
,'<img src="images/menu_red_03.gif" width="64" height="36" border="0">','show-menu=menu_1',,,0
,'<img src="images/menu_red_04.gif" width="151" height="36" border="0">','show-menu=menu_2',,,0
])
		//alert("joka");
  }





addmenu(menu=['menu_1',
,,160,1,,style2,,'left',effect,,,,,,,,,,,,
,'Corporate Profile','Ca_corporate_profile.html',,,1
,'Why Choose Us','Ca_why_choose_Cayman_captive.html',,,1
,'Crusader International Advantages','Ca_Crusader_International_Benefits.html',,,1
,'FAQs','Ca_faq.html',,,1
,'News & Events','news.html',,,1
])
addmenu(menu=['menu_2',
,,190,1,,style2,,'left',effect,,,,,,,,,,,,
,'Reasons For Forming A Captive','Ca_Reasons_for_Forming_Captive.html',,,1
,'Services','Ca_Captive_Services.html',,,1
,'Steps To Forming A Captive','Ca_Steps_Forming_Captive.html',,,1
,'Captive Resources','Ca_Captive_Resources.html',,,1
])

dumpmenus()