/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie7 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck() //Making browsercheck object

var mDebugging=2 

oCMenu1=new makeCoolMenu("oCMenu1") 
oCMenu1.useframes=0 
oCMenu1.frame=
oCMenu1.useNS4links=0 
oCMenu1.checkselect=0
oCMenu1.offlineUrl="file:///pathname/"
oCMenu1.onlineUrl="http://www.pathname/"


oCMenu1.pagecheck=0
oCMenu1.checkscroll=0
oCMenu1.resizecheck=1 
oCMenu1.wait=500 


//Background bar variables
oCMenu1.usebar=0
oCMenu1.barcolor='#c0c0c0'
oCMenu1.barwidth='100%'
oCMenu1.barheight='menu'
oCMenu1.barx=0
oCMenu1.bary='10'
oCMenu1.barinheritborder=0


//Placement variables
oCMenu1.rows='left'
oCMenu1.fromleft=334
oCMenu1.fromtop=85
oCMenu1.pxbetween=4
oCMenu1.menuplacement='left'

//Level 0 variables
oCMenu1.level[0]=new Array() 
oCMenu1.level[0].width=150 
oCMenu1.level[0].height=18 
oCMenu1.level[0].bgcoloroff="#006699"
oCMenu1.level[0].bgcoloron="#003366" 
oCMenu1.level[0].textcolor="white"
oCMenu1.level[0].hovercolor="white" 
oCMenu1.level[0].style="padding:2px; font-family:Verdana; font-size:11px; font-weight:bold"
oCMenu1.level[0].border=0 
oCMenu1.level[0].bordercolor="#006699"
oCMenu1.level[0].offsetX=0 
oCMenu1.level[0].offsetY=20 
oCMenu1.level[0].NS4font="Verdana"
oCMenu1.level[0].NS4fontSize="1"
oCMenu1.level[0].NS4fontColor="white"
oCMenu1.level[0].align="center" 

//Level 1 variables
oCMenu1.level[1]=new Array() 
oCMenu1.level[1].width=180
oCMenu1.level[1].height=18
oCMenu1.level[1].bgcoloroff="#00b0b0"
oCMenu1.level[1].bgcoloron="#333333"
oCMenu1.level[1].textcolor="white"
oCMenu1.level[1].hovercolor="white"
oCMenu1.level[1].style="padding:2px; font-family:Verdana; font-size:11px; font-weight:bold"
oCMenu1.level[1].align="bottom" 
oCMenu1.level[1].offsetX=0
oCMenu1.level[1].offsetY=4
oCMenu1.level[1].border=0 
oCMenu1.level[1].bordercolor="#006699"
oCMenu1.level[1].NS4font="arial,helvetica"
oCMenu1.level[1].NS4fontSize="1"
oCMenu1.level[1].NS4fontColor="white" 

//Level 2 variables
oCMenu1.level[2]=new Array() 
oCMenu1.level[2].width=120
oCMenu1.level[2].height=18
oCMenu1.level[2].bgcoloroff="#006699"
oCMenu1.level[2].bgcoloron="#333333"
oCMenu1.level[2].textcolor="white"
oCMenu1.level[2].hovercolor="white"
oCMenu1.level[2].style="padding:2px; font-family:Verdana; font-size:11px; font-weight:bold"
oCMenu1.level[2].align="center" 
oCMenu1.level[2].offsetX=0
oCMenu1.level[2].offsetY=0
oCMenu1.level[2].border=0 
oCMenu1.level[2].bordercolor="#006699"
oCMenu1.level[2].NS4font="verdana,arial,helvetica"
oCMenu1.level[2].NS4fontSize="1"
oCMenu1.level[2].NS4fontColor="white" 





oCMenu1.makeMenu('top1','','&nbsp;Atlantic Ocean','http://www.itsislandtime.com/publish/Atlantic_Ocean_Maps_and_Links.shtml','')

	oCMenu1.makeMenu('sub1000','top1','&nbsp;Amelia Island','http://www.itsislandtime.com/publish/Amelia_Island.shtml')

	oCMenu1.makeMenu('sub1010','top1','&nbsp;Aquidneck Island','http://www.itsislandtime.com/publish/Aquidneck_Island.shtml')

	oCMenu1.makeMenu('sub1020','top1','&nbsp;Azores','http://www.itsislandtime.com/publish/Azores.shtml')

	oCMenu1.makeMenu('sub1040','top1','&nbsp;Bahamas','http://www.itsislandtime.com/publish/Bahamas.shtml')

	oCMenu1.makeMenu('sub1100','top1','&nbsp;Bermuda','http://www.itsislandtime.com/publish/Bermuda.shtml')

	oCMenu1.makeMenu('sub1120','top1','&nbsp;Block Island','http://www.itsislandtime.com/publish/Block_Island.shtml')

	oCMenu1.makeMenu('sub1140','top1','&nbsp;Canary Islands','http://www.itsislandtime.com/publish/Canary_Islands.shtml')

		oCMenu1.makeMenu('sub11407','sub1140','&nbsp;Tenerife','http://www.itsislandtime.com/publish/Tenerife.shtml')


	oCMenu1.makeMenu('sub1200','top1','&nbsp;Cape Breton Island','http://www.itsislandtime.com/publish/Cape_Breton_Island.shtml')

	oCMenu1.makeMenu('sub1210','top1','&nbsp;Coney Island','http://www.itsislandtime.com/publish/Coney_Island.shtml')

	oCMenu1.makeMenu('sub1215','top1','&nbsp;Cumberland Island','http://www.itsislandtime.com/publish/Cumberland_Island.shtml')

	oCMenu1.makeMenu('sub1220','top1','&nbsp;Fire Island','http://www.itsislandtime.com/publish/Fire_Island.shtml')

	oCMenu1.makeMenu('sub1240','top1','&nbsp;Great Britain','http://www.itsislandtime.com/publish/Great_Britain.shtml')

	oCMenu1.makeMenu('sub1260','top1','&nbsp;Greenland','http://www.itsislandtime.com/publish/Greenland.shtml')

	oCMenu1.makeMenu('sub1300','top1','&nbsp;Hilton Head Island','http://www.itsislandtime.com/publish/Hilton_Head_Island.shtml')

	oCMenu1.makeMenu('sub1320','top1','&nbsp;Iceland','http://www.itsislandtime.com/publish/Iceland.shtml')

	oCMenu1.makeMenu('sub1340','top1','&nbsp;Ireland','http://www.itsislandtime.com/publish/Ireland.shtml')

	oCMenu1.makeMenu('sub1360','top1','&nbsp;Jekyll Island','http://www.itsislandtime.com/publish/Jekyll_Island.shtml')

	oCMenu1.makeMenu('sub1400','top1','&nbsp;Long Island','http://www.itsislandtime.com/publish/Long_Island.shtml')

	oCMenu1.makeMenu('sub1420','top1','&nbsp;Madeira Islands','http://www.itsislandtime.com/publish/Madeira_Islands.shtml')

	oCMenu1.makeMenu('sub1440','top1','&nbsp;Martha&rsquo;s Vineyard','http://www.itsislandtime.com/publish/Marthas_Vineyard.shtml')

	oCMenu1.makeMenu('sub1500','top1','&nbsp;Mount Desert Island','http://www.itsislandtime.com/publish/Mount_Desert_Island.shtml')

	oCMenu1.makeMenu('sub1520','top1','&nbsp;Nantucket','http://www.itsislandtime.com/publish/Nantucket.shtml')

	oCMenu1.makeMenu('sub1600','top1','&nbsp;Newfoundland','http://www.itsislandtime.com/publish/Newfoundland.shtml')

	oCMenu1.makeMenu('sub1620','top1','&nbsp;Plum Island','http://www.itsislandtime.com/publish/Plum_Island.shtml')

	oCMenu1.makeMenu('sub1700','top1','&nbsp;Prince Edward Island','http://www.itsislandtime.com/publish/Prince_Edward_Island.shtml')

	oCMenu1.makeMenu('sub1800','top1','&nbsp;Singer Island','http://www.itsislandtime.com/publish/Singer_Island.shtml')

	oCMenu1.makeMenu('sub1900','top1','&nbsp;Staten Island','http://www.itsislandtime.com/publish/Staten_Island.shtml')



oCMenu1.makeMenu('top2','','&nbsp;Indian Ocean','http://www.itsislandtime.com/publish/Indian_Ocean_Maps_and_Links.shtml','')

	oCMenu1.makeMenu('sub2000','top2','&nbsp;Bali','http://www.itsislandtime.com/publish/Bali.shtml')

	oCMenu1.makeMenu('sub2050','top2','&nbsp;Christmas Island','http://www.itsislandtime.com/publish/Christmas_Island.shtml')

	oCMenu1.makeMenu('sub2100','top2','&nbsp;Diego Garcia','http://www.itsislandtime.com/publish/Diego_Garcia.shtml')

	oCMenu1.makeMenu('sub2150','top2','&nbsp;Indonesia','http://www.itsislandtime.com/publish/Indonesia.shtml')

	oCMenu1.makeMenu('sub2170','top2','&nbsp;Java','http://www.itsislandtime.com/publish/Java.shtml')

	oCMenu1.makeMenu('sub2180','top2','&nbsp;Krakatoa','http://www.itsislandtime.com/publish/Krakatoa.shtml')

	oCMenu1.makeMenu('sub2200','top2','&nbsp;Madagascar','http://www.itsislandtime.com/publish/Madagascar.shtml')

	oCMenu1.makeMenu('sub2300','top2','&nbsp;Maldives','http://www.itsislandtime.com/publish/Maldives.shtml')

	oCMenu1.makeMenu('sub2350','top2','&nbsp;Mauritius','http://www.itsislandtime.com/publish/Mauritius.shtml')

	oCMenu1.makeMenu('sub2400','top2','&nbsp;Mayotte','http://www.itsislandtime.com/publish/Mayotte.shtml')

	oCMenu1.makeMenu('sub2500','top2','&nbsp;R&eacute;union','http://www.itsislandtime.com/publish/Reunion.shtml')

	oCMenu1.makeMenu('sub2600','top2','&nbsp;Seychelles','http://www.itsislandtime.com/publish/Seychelles.shtml')

	oCMenu1.makeMenu('sub2700','top2','&nbsp;Sumatra','http://www.itsislandtime.com/publish/Sumatra.shtml')



oCMenu1.makeMenu('top3','','&nbsp;Pacific Ocean','http://www.itsislandtime.com/publish/Pacific_Ocean_Maps_and_Links.shtml','')

	oCMenu1.makeMenu('sub3000','top3','&nbsp;American Samoa','http://www.itsislandtime.com/publish/American_Samoa.shtml')

	oCMenu1.makeMenu('sub3120','top3','&nbsp;Bora Bora','http://www.itsislandtime.com/publish/Bora_Bora.shtml')

	oCMenu1.makeMenu('sub3200','top3','&nbsp;Borneo','http://www.itsislandtime.com/publish/Borneo.shtml')

	oCMenu1.makeMenu('sub3220','top3','&nbsp;Cook Islands','http://www.itsislandtime.com/publish/Cook_Islands.shtml')

	oCMenu1.makeMenu('sub3240','top3','&nbsp;Easter Island','http://www.itsislandtime.com/publish/Easter_Island.shtml')

	oCMenu1.makeMenu('sub3300','top3','&nbsp;Fiji','http://www.itsislandtime.com/publish/Fiji.shtml')

	oCMenu1.makeMenu('sub3320','top3','&nbsp;Gal&aacute;pagos Islands','http://www.itsislandtime.com/publish/Galapagos_Islands.shtml')

	oCMenu1.makeMenu('sub3330','top3','&nbsp;Guam','http://www.itsislandtime.com/publish/Guam.shtml')

	oCMenu1.makeMenu('sub3340','top3','&nbsp;Hawaii','http://www.itsislandtime.com/publish/Hawaii.shtml')

	oCMenu1.makeMenu('sub3400','top3','&nbsp;Indonesia','http://www.itsislandtime.com/publish/Indonesia.shtml')

	oCMenu1.makeMenu('sub3420','top3','&nbsp;Japan','http://www.itsislandtime.com/publish/Japan.shtml')

	oCMenu1.makeMenu('sub3700','top3','&nbsp;Mariana Islands','http://www.itsislandtime.com/publish/Mariana_Islands.shtml')

	oCMenu1.makeMenu('sub3540','top3','&nbsp;Marquesas Islands','http://www.itsislandtime.com/publish/Marquesas_Islands.shtml')

	oCMenu1.makeMenu('sub3600','top3','&nbsp;New Caledonia','http://www.itsislandtime.com/publish/New_Caledonia.shtml')

	oCMenu1.makeMenu('sub3620','top3','&nbsp;New Guinea','http://www.itsislandtime.com/publish/New_Guinea.shtml')

	oCMenu1.makeMenu('sub3640','top3','&nbsp;New Zealand','http://www.itsislandtime.com/publish/New_Zealand.shtml')

	oCMenu1.makeMenu('sub3720','top3','&nbsp;Palau','http://www.itsislandtime.com/publish/Palau.shtml')

	oCMenu1.makeMenu('sub3740','top3','&nbsp;Philippines','http://www.itsislandtime.com/publish/Philippines.shtml')

	oCMenu1.makeMenu('sub3800','top3','&nbsp;Samoa','http://www.itsislandtime.com/publish/Samoa.shtml')

	oCMenu1.makeMenu('sub3840','top3','&nbsp;Tahiti','http://www.itsislandtime.com/publish/Tahiti.shtml')

	oCMenu1.makeMenu('sub3900','top3','&nbsp;Taiwan','http://www.itsislandtime.com/publish/Taiwan.shtml')

	oCMenu1.makeMenu('sub3920','top3','&nbsp;Tonga','http://www.itsislandtime.com/publish/Tonga.shtml')

	oCMenu1.makeMenu('sub3940','top3','&nbsp;Tuvalu','http://www.itsislandtime.com/publish/Tuvalu.shtml')

	oCMenu1.makeMenu('sub3950','top3','&nbsp;Vancouver Island','http://www.itsislandtime.com/publish/Vancouver_Island.shtml')


		

	
oCMenu1.makeStyle(); oCMenu1.construct()		

function cm_checkScrolled(obj){
	if(bw.ns4 || bw.ns6) obj.scrolledY=obj.win.pageYOffset
	else obj.scrolledY=obj.win.document.body.scrollTop
	if(obj.scrolledY!=obj.lastScrolled){
		if(!obj.useframes){
			self.status=obj.scrolledY
			if(obj.scrolledY>119){
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.scrolledY)}
				if(obj.usebar) obj.oBar.moveY(obj.scrolledY)
			}else{
				for(i=0;i<obj.l[0].num;i++){var sobj=obj.l[0].o[i].oBorder; sobj.moveY(obj.fromtop)}
				if(obj.usebar) obj.oBar.moveY(obj.fromtop)
			}

		}
		obj.lastScrolled=obj.scrolledY; page.y=obj.scrolledY; page.y2=page.y2orig+obj.scrolledY
		if(!obj.useframes || bw.ie){ clearTimeout(obj.tim); obj.isover=0; obj.hideSubs(1,0)}
	}
	if((bw.ns4 || bw.ns6) && !obj.useframes) setTimeout("cm_checkScrolled("+obj.name+")",200)
}
