/*****************************************************************************
Default browsercheck
******************************************************************************/
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.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	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.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()
var mDebugging=2

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame=""
oCMenu.useNS4links=1
oCMenu.NS4padding=2
oCMenu.checkselect=0
oCMenu.offlineUrl="file:///d|/NewNothing/JavaScripts/"
oCMenu.onlineUrl="http://www.thinkforwardtech.com/newnut/JavaScripts/"

oCMenu.pagecheck=1
oCMenu.checkscroll=1
oCMenu.resizecheck=1
oCMenu.wait=750

oCMenu.usebar=0
oCMenu.barcolor="transparent"
oCMenu.barwidth="120"
oCMenu.barheight="menu"
oCMenu.barx="menu"
oCMenu.bary="menu"
oCMenu.barinheritborder=0

oCMenu.rows=0
oCMenu.fromleft=10
oCMenu.fromtop=7
oCMenu.pxbetween=5
oCMenu.menuplacement=0
oCMenu.NS4hover=1

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=100 
oCMenu.level[0].height=18
oCMenu.level[0].bgcoloroff="transparent"
oCMenu.level[0].bgcoloron="#2B2EB7" 
oCMenu.level[0].textcolor="#2B2EB7"
oCMenu.level[0].hovercolor="#FFFFFF" 
oCMenu.level[0].style="font-family:arial,helvetica; font-size:8pt; font-weight:bold"
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="" 
oCMenu.level[0].offsetX=-1 
oCMenu.level[0].offsetY=-0 
oCMenu.level[0].NS4font="arial,helvetica"
oCMenu.level[0].NS4fontSize="-1"
oCMenu.level[0].NS4fontColor="white"
oCMenu.level[0].align="left"

//dynamic effect (controllable for each level)
oCMenu.level[0].clip=0
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2

//special animation filters (IE5.5+ only, controllable for each level).
oCMenu.level[0].filter=0

//menu definitions
oCMenu.level[1]=new Array() 
oCMenu.level[1].width=175
oCMenu.level[1].height=18
oCMenu.level[1].bgcoloroff="#C6C7EC"
oCMenu.level[1].bgcoloron="#2B2EB7"
oCMenu.level[1].textcolor="#2B2EB7"
oCMenu.level[1].hovercolor="#FFFFFF"
oCMenu.level[1].style="padding:2px; font-family:arial,helvetica; font-size:8pt; font-weight:bold"
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=0 
oCMenu.level[1].bordercolor="#006699"
oCMenu.level[1].NS4font="arial,helvetica"
oCMenu.level[1].NS4fontSize="-1"
oCMenu.level[1].NS4fontColor="black"

oCMenu.level[2]=new Array() 
oCMenu.level[2].width=175
oCMenu.level[2].height=18
oCMenu.level[2].bgcoloroff="#C3CEDF"
oCMenu.level[2].bgcoloron="#2B2EB7"
oCMenu.level[2].textcolor="#2B2EB7"
oCMenu.level[2].hovercolor="#FFFFFF"
oCMenu.level[2].style="padding:2px; font-family:arial,helvetica; font-size:8pt; font-weight:bold"
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=0 
oCMenu.level[2].bordercolor="#006699"
oCMenu.level[2].NS4font="arial,helvetica"
oCMenu.level[2].NS4fontSize="-1"
oCMenu.level[2].NS4fontColor="black"


oCMenu.makeMenu('top0','','&nbsp;&nbsp;Home','Contents.asp')
	
oCMenu.makeMenu('top1','','&nbsp;&nbsp;About Us')
	oCMenu.makeMenu('sub10','top1','&nbsp;Our Mission','Mission.asp')
	oCMenu.makeMenu('sub11','top1','&nbsp;Our History','History.asp')
	oCMenu.makeMenu('sub12','top1','&nbsp;Our Contact Info','Contact.asp')
	oCMenu.makeMenu('sub13','top1','&nbsp;--------------------------------','')
	oCMenu.makeMenu('sub14','top1','&nbsp;Acceptable Use Policy','Accept.asp')
	oCMenu.makeMenu('sub15','top1','&nbsp;Dial Up Account Terms','SignDial.asp')
	oCMenu.makeMenu('sub16','top1','&nbsp;DSL Account Terms','DSLTerms.asp')
	
oCMenu.makeMenu('top2','','&nbsp;&nbsp;Pricing')
	oCMenu.makeMenu('sub212','top2','&nbsp;Pre-Authorized Payment Form')
		oCMenu.makeMenu('sub231','sub212','&nbsp;Personal Account Form','http://www.nutnbut.net/SignUp/Personal.PDF','_blank')
		oCMenu.makeMenu('sub232','sub212','&nbsp;Business Account Form','http://www.nutnbut.net/SignUp/Business.PDF','_blank')

	oCMenu.makeMenu('sub21','top2','&nbsp;Dial Up','ServDial.asp')
	oCMenu.makeMenu('sub22','top2','&nbsp;DSL','ServDSL.asp')
	oCMenu.makeMenu('sub23','top2','&nbsp;Hosting','ServHost.asp')
	oCMenu.makeMenu('sub24','top2','&nbsp;Co Location','ServCoLo.asp')
	oCMenu.makeMenu('sub25','top2','&nbsp;ISDN','ServISDN.asp')
	oCMenu.makeMenu('sub27','top2','&nbsp;Hardware','ServHard.asp')
	oCMenu.makeMenu('sub28','top2','&nbsp;----------------------------------------','')


oCMenu.makeMenu('top3','','&nbsp;&nbsp;Sign Up Now')
	oCMenu.makeMenu('sub300','top3','&nbsp;Sign Up For A Dial Up Account','http://www.ody.ca/signup.htm')
	oCMenu.makeMenu('sub301','top3','&nbsp;Sign Up For A DSL Account','http://www.ody.ca/signup.htm')
	oCMenu.makeMenu('sub302','top3','&nbsp;----------------------------------------','')
    oCMenu.makeMenu('sub310','top3','&nbsp; DSL Letter of Authorization','AuthorizationLetter.asp')

oCMenu.makeMenu('top4','','&nbsp;&nbsp;Support')
	oCMenu.makeMenu('sub41','top4','&nbsp;DSL')
		oCMenu.makeMenu('sub411','sub41','&nbsp;Windows XP DSL Setup Information','SupDSL.asp')
		oCMenu.makeMenu('sub412','sub41','&nbsp;Basic DSL Troubleshooting','SupDSLline.asp')
		oCMenu.makeMenu('sub413','sub41','&nbsp;Perform a DSL Speed Test','Speed.asp')
		oCMenu.makeMenu('sub414','sub41','&nbsp;----------------------------------------','')
		oCMenu.makeMenu('sub415','sub41','&nbsp;Submit a DSL Trouble Ticket','http://tickets.nutnbut.net/trouble.htm')
		oCMenu.makeMenu('sub416','sub41','&nbsp;Submit a DSL Move Order','DSLMove.asp')
		oCMenu.makeMenu('sub417','sub41','&nbsp;Submit a DSL Change Order','DSLChange.asp')
		oCMenu.makeMenu('sub418','sub41','&nbsp;Submit a Cancellation Order','Cancel.asp')
	
	oCMenu.makeMenu('sub42','top4','&nbsp;Dial Up')
		oCMenu.makeMenu('sub420','sub42','&nbsp;Win 95/98 Dial Up Setup Information','Sup9598.asp')
		oCMenu.makeMenu('sub421','sub42','&nbsp;Win 3.xx Dial Up Setup Information','SupWin3.asp')
		oCMenu.makeMenu('sub422','sub42','&nbsp;Dial Up Locations','Access.html')
//		oCMenu.makeMenu('sub423','sub42','&nbsp;----------------------------------------','')
		
	oCMenu.makeMenu('sub43','top4','&nbsp;EMail')
		oCMenu.makeMenu('sub430','sub43','&nbsp;Mail Server Settings','SupMail.asp')
		oCMenu.makeMenu('sub431','sub43','&nbsp;Spam Filters','AlertSpam.asp')
		//oCMenu.makeMenu('sub431','sub43','&nbsp;Netscape Mail Setup','NetscapeMail.asp')
	oCMenu.makeMenu('sub44','top4','&nbsp;Alerts / Notices')
		oCMenu.makeMenu('sub440','sub44','&nbsp;Latest Virus Alerts','AlertNAV.htm')
		oCMenu.makeMenu('sub441','sub44','&nbsp;Domain Name Scams','AlertDROC.htm')
		oCMenu.makeMenu('sub442','sub44','&nbsp;Network Status','AlertWork.asp')
		oCMenu.makeMenu('sub443','sub44','&nbsp;General Notices','AlertGeneral.asp')
	oCMenu.makeMenu('sub45','top4','&nbsp;FAQ'+"'" +'s','FAQs.asp')
	oCMenu.makeMenu('sub46','top4','&nbsp;Contact Us','Contact.asp')

oCMenu.makeMenu('top5','','&nbsp;&nbsp;Downloads')
	oCMenu.makeMenu('sub51','top5','&nbsp;Access Manager ver 1.5b','http://www.nutnbut.net/DSL/Enter.zip')
//	oCMenu.makeMenu('sub52','top5','&nbsp;Access Manager ver 1.5c (All Windows)','http://www.nutnbut.net/DSL/Enterc.zip')
	oCMenu.makeMenu('sub53','top5','&nbsp;XP Configurator','http://www.nutnbut.net/DSL/XPconfigurator.zip')
	oCMenu.makeMenu('sub54','top5','&nbsp;Linux Access Manager','http://www.nutnbut.net/DSL/enternet100.tar.gz')
	oCMenu.makeMenu('sub55','top5','&nbsp;Mac Access Manager','http://www.nutnbut.net/DSL/EnterNet_v127.hqx')
	oCMenu.makeMenu('sub56','top5','&nbsp;RAS PPPoE','http://www.nutnbut.net/DSL/pppoe.zip')
	oCMenu.makeMenu('sub57','top5','&nbsp;Tucows','Downloads.asp')

oCMenu.makeMenu('top6','','&nbsp;&nbsp;News')

	oCMenu.makeMenu('sub61','top6','&nbsp;World News','')
		oCMenu.makeMenu('sub610','sub61','&nbsp;CNN','http://www.cnn.com','_blank')
		oCMenu.makeMenu('sub611','sub61','&nbsp;FutureNet','http://www.futurenet.com/futureonline/','_blank')
		oCMenu.makeMenu('sub612','sub61','&nbsp;Yahoo International','http://www.yahoo.com/headlines/international/','_blank')
		oCMenu.makeMenu('sub613','sub61','&nbsp;Go2Net','http://www.go2net.com','_blank')
		oCMenu.makeMenu('sub614','sub61','&nbsp;Internet News','http://www.internetnews.com','_blank')
		oCMenu.makeMenu('sub615','sub61','&nbsp;USA Today','http://www.usatoday.com','_blank')
		oCMenu.makeMenu('sub616','sub61','&nbsp;Yahoo News','http://www.yahoo.com/headlines/news','_blank')
	oCMenu.makeMenu('sub67','top6','&nbsp;Local News')
		oCMenu.makeMenu('sub671','sub67','&nbsp;Canada News Wire','http://www.newswire.ca','_blank')
		oCMenu.makeMenu('sub672','sub67','&nbsp;London Free Press','http://www.lfpress.com','_blank')
		oCMenu.makeMenu('sub673','sub67','&nbsp;Online Reporter (UWO)','http://www.fims.uwo.ca/olr','_blank')
		oCMenu.makeMenu('sub674','sub67','&nbsp;Usenet News Info','http://www.tile.net/news','_blank')
oCMenu.makeMenu('top7','','&nbsp;&nbsp;Partners')
	oCMenu.makeMenu('sub74','top7','&nbsp;Mosaic Design','http://www.mosaicd.com','_blank')


oCMenu.makeMenu('top8','','&nbsp;&nbsp;Search')
	oCMenu.makeMenu('sub81','top8','&nbsp;Instant Searches','Instant.asp')
	oCMenu.makeMenu('sub82','top8','&nbsp;Search Engines','Engines.asp')
	oCMenu.makeMenu('sub83','top8','&nbsp;Answers You Need','http://www.whatis.com','_blank')

oCMenu.makeMenu('top9','','&nbsp;&nbsp;Email')
	oCMenu.makeMenu('sub92','top9','&nbsp;Check Your Online Email','http://www.ody.ca/webmail')
	//oCMenu.makeMenu('sub93','top9','&nbsp;Manage Your EMail Account','http://www.ody.ca/webmail')
		oCMenu.makeMenu('sub910','sub92','&nbsp;@nutnbut.net','http://www.ody.ca/webmail')
		oCMenu.makeMenu('sub911','sub92','&nbsp;@webgate.net','http://www.ody.ca/webmail')
		oCMenu.makeMenu('sub912','sub92','&nbsp;@bay-net.on.ca','http://www.ody.ca/webmail')
	oCMenu.makeMenu('sub91','top9','&nbsp;Send Us Email','mailto:info@nutnbut.net')
	oCMenu.makeMenu('sub95','top9','&nbsp;Spam / Security Information','AlertSpam.asp')

oCMenu.makeMenu('top10','','&nbsp;&nbsp;Links')
	oCMenu.makeMenu('sub101','top10','&nbsp;Local Links')
		oCMenu.makeMenu('sub110','sub101','&nbsp;London Free Press','http://www.lfpress.com','_blank')
		oCMenu.makeMenu('sub111','sub101','&nbsp;London Tourism','http://www.londontourism.ca','_blank')
		oCMenu.makeMenu('sub112','sub101','&nbsp;City of London','http://www.city.london.on.ca','_blank')
		oCMenu.makeMenu('sub113','sub101','&nbsp;The New PL','http://www.thenewpl.com','_blank')
		oCMenu.makeMenu('sub114','sub101','&nbsp;Rainbow Cinemas','http://rainbowcinemas.ca/about.php?theatre=Galleria&b=Rainbow_Cinemas','_blank')
		oCMenu.makeMenu('sub115','sub101','&nbsp;Club Phoenix London','http://www.clubphoenixlondon.com','_blank')
		oCMenu.makeMenu('sub116','sub101','&nbsp;London Air Show and Balloon Festival','http://www.londonairshow.com','_blank')
		oCMenu.makeMenu('sub117','sub101','&nbsp;Santa Claus Parade','http://www.santaclausparade.ca','_blank')
	oCMenu.makeMenu('sub102','top10','&nbsp;General Links')
		oCMenu.makeMenu('sub120','sub102','&nbsp;Environment Canada','http://www.weatheroffice.com','_blank')
		oCMenu.makeMenu('sub121','sub102','&nbsp;Intellicast','http://www.intellicast.com','_blank')
		oCMenu.makeMenu('sub122','sub102','&nbsp;Canada Yellow Pages','http://www.yellowpages.ca','_blank')
		oCMenu.makeMenu('sub123','sub102','&nbsp;Canada 411','http://www.canada411.com','_blank')
//		oCMenu.makeMenu('sub124','sub102','&nbsp;Middlesex County','http://www.county.middlesex.on.ca','_blank')
//		oCMenu.makeMenu('sub125','sub102','&nbsp;City of Woodstock','http://www.city.woodstock.on.ca','_blank')
//		oCMenu.makeMenu('sub126','sub102','&nbsp;Oxford County','http://www.county.oxford.on.ca','_blank')
	oCMenu.makeMenu('sub103','top10','&nbsp;Kids Links')
		oCMenu.makeMenu('sub130','sub103','&nbsp;Magic School Bus','http://www.magicschoolbus.com','_blank')
		oCMenu.makeMenu('sub131','sub103','&nbsp;Disney','http://www.disney.com','_blank')
		oCMenu.makeMenu('sub132','sub103','&nbsp;Crayola','http://www.crayola.com','_blank')



//menu activation
oCMenu.makeStyle(); oCMenu.construct()		


