
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=5
oCMenu.onresize="oCMenu.fromLeft"

oCMenu.fromTop=110   
oCMenu.rows=0
oCMenu.menuPlacement=0
                                                             
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/projects/coolmenus/examples/" 
oCMenu.onlineRoot="./" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//EXAMPLE SUB LEVEL[0] PROPERTIES 
oCMenu.level[0]=new cm_makeLevel()
oCMenu.level[0].width=145
oCMenu.level[0].height=11 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=-15
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//EXAMPLE SUB LEVEL[1] PROPERTIES 
oCMenu.level[1]=new cm_makeLevel()
oCMenu.level[1].width=oCMenu.level[0].width+50
oCMenu.level[1].height=13
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top0','','About This Site','index.cfm?article_num=248')
oCMenu.makeMenu('top1','','&nbsp;&nbsp;&nbsp;&nbsp;A Brief Introduction','index.cfm?article_num=248')
oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;&nbsp;Statement of Beliefs','index.cfm?article_num=249')
oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;&nbsp;Table of Contents','index.cfm?article_num=250')
oCMenu.makeMenu('top4','','','')

oCMenu.makeMenu('top5','','1. Introduction','index.cfm?article_num=253')
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;&nbsp;New Age Society','index.cfm?article_num=253')
	oCMenu.makeMenu('sub60','top6','Fifty Years Ago','index.cfm?article_num=253')
	oCMenu.makeMenu('sub61','top6','Todays Society','index.cfm?article_num=254')
	oCMenu.makeMenu('sub62','top6','Morals Redefined','index.cfm?article_num=255')
	oCMenu.makeMenu('sub63','top6','USA Influenced by Satan','index.cfm?article_num=256')
	oCMenu.makeMenu('sub64','top6','Church Corrupted','index.cfm?article_num=257')
oCMenu.makeMenu('top7','','&nbsp;&nbsp;&nbsp;&nbsp;New Age Church','index.cfm?article_num=259')
	oCMenu.makeMenu('sub70','top7','Introduction','index.cfm?article_num=259')
	oCMenu.makeMenu('sub71','top7','Salvation Doctrines','index.cfm?article_num=260')
	oCMenu.makeMenu('sub72','top7','Prophesy Doctrines','index.cfm?article_num=261')
	oCMenu.makeMenu('sub73','top7','Fundamentalism Corrupted','index.cfm?article_num=262')
oCMenu.makeMenu('top8','','','')
	
oCMenu.makeMenu('top9','','2. Fundamentals vs New Age','index.cfm?article_num=265')
oCMenu.makeMenu('top10','','&nbsp;&nbsp;&nbsp;&nbsp;Fundamentals','index.cfm?article_num=265')
	oCMenu.makeMenu('sub100','top10','Fundamental Definition','index.cfm?article_num=265')
	oCMenu.makeMenu('sub101','top10','Fundamental Fellowship','index.cfm?article_num=477')	
	oCMenu.makeMenu('sub102','top10','New Age Fundamentalism','index.cfm?article_num=266')
	oCMenu.makeMenu('sub103','top10','Origin of New Age Fundamentalism','index.cfm?article_num=267')
oCMenu.makeMenu('top11','','&nbsp;&nbsp;&nbsp;&nbsp;Cults','index.cfm?article_num=272')
	oCMenu.makeMenu('sub110','top11','Fundamental Definition','index.cfm?article_num=272')
	oCMenu.makeMenu('sub111','top11','New Age Redefinition','index.cfm?article_num=269')
	oCMenu.makeMenu('sub112','top11','Three Cult Classes','index.cfm?article_num=273')
	oCMenu.makeMenu('sub113','top11','Self Examination Needed','index.cfm?article_num=274')
oCMenu.makeMenu('top12','','&nbsp;&nbsp;&nbsp;&nbsp;Catholics','index.cfm?article_num=276')
	oCMenu.makeMenu('sub120','top12','Historical Definition','index.cfm?article_num=276')
	oCMenu.makeMenu('sub121','top12','New Age Changes','index.cfm?article_num=277')
	oCMenu.makeMenu('sub122','top12','Are Cathlics Fundamentalists','index.cfm?article_num=278')
	oCMenu.makeMenu('sub123','top12','World Pressure for Acceptance','index.cfm?article_num=279')
oCMenu.makeMenu('top13','','&nbsp;&nbsp;&nbsp;&nbsp;Repentance vs New Age Repentance','index.cfm?article_num=282')
	oCMenu.makeMenu('sub130','top13','Fundamental Repentance','index.cfm?article_num=282')
	oCMenu.makeMenu('sub131','top13','&nbsp;&nbsp;&nbsp;&nbsp;Fundamental Definition','index.cfm?article_num=282')
	oCMenu.makeMenu('sub132','top13','&nbsp;&nbsp;&nbsp;&nbsp;Intention to Holiness','index.cfm?article_num=283')
	oCMenu.makeMenu('sub133','top13','&nbsp;&nbsp;&nbsp;&nbsp;Conscious Intention','index.cfm?article_num=284')
	oCMenu.makeMenu('sub134','top13','&nbsp;&nbsp;&nbsp;&nbsp;Demon Difference','index.cfm?article_num=285')
	oCMenu.makeMenu('sub135','top13','&nbsp;&nbsp;&nbsp;&nbsp;Historically Taught','index.cfm?article_num=286')
	oCMenu.makeMenu('sub136','top13','New Age Repentance','index.cfm?article_num=288')
	oCMenu.makeMenu('sub137','top13','&nbsp;&nbsp;&nbsp;&nbsp;Repentance Not Necessary','index.cfm?article_num=288')
	oCMenu.makeMenu('sub138','top13','&nbsp;&nbsp;&nbsp;&nbsp;No Moral Demands','index.cfm?article_num=289')
	oCMenu.makeMenu('sub139','top13','&nbsp;&nbsp;&nbsp;&nbsp;No Conditions for Salvation','index.cfm?article_num=290')
	oCMenu.makeMenu('sub1310','top13','&nbsp;&nbsp;&nbsp;&nbsp;Salvation by Affirmation','index.cfm?article_num=291')
	oCMenu.makeMenu('sub1311','top13','&nbsp;&nbsp;&nbsp;&nbsp;Two Stage Gnostic Gospel','index.cfm?article_num=292')
oCMenu.makeMenu('top14','','&nbsp;&nbsp;&nbsp;&nbsp;Believing vs New Age Believing','index.cfm?article_num=295')
	oCMenu.makeMenu('sub140','top14','Fundamental Believing','index.cfm?article_num=295')
	oCMenu.makeMenu('sub141','top14','&nbsp;&nbsp;&nbsp;&nbsp;Fundamental Definition','index.cfm?article_num=295')
	oCMenu.makeMenu('sub142','top14','&nbsp;&nbsp;&nbsp;&nbsp;Into Him, Not a Promise','index.cfm?article_num=296')
	oCMenu.makeMenu('sub143','top14','&nbsp;&nbsp;&nbsp;&nbsp;Commit, Not Merely Affirm.','index.cfm?article_num=297')
	oCMenu.makeMenu('sub144','top14','&nbsp;&nbsp;&nbsp;&nbsp;Lordship Salvation as a LIE','index.cfm?article_num=510')
	oCMenu.makeMenu('sub145','top14','&nbsp;&nbsp;&nbsp;&nbsp;Lordship Required','index.cfm?article_num=298')
	oCMenu.makeMenu('sub146','top14','New Age Believing','index.cfm?article_num=300')
	oCMenu.makeMenu('sub147','top14','&nbsp;&nbsp;&nbsp;&nbsp;New Age Interpretation','index.cfm?article_num=300')
	oCMenu.makeMenu('sub148','top14','&nbsp;&nbsp;&nbsp;&nbsp;Thirteen Redefinitions','index.cfm?article_num=301')
	oCMenu.makeMenu('sub149','top14','&nbsp;&nbsp;&nbsp;&nbsp;Lordship Not Necessary','index.cfm?article_num=302')
	oCMenu.makeMenu('sub1410','top14','&nbsp;&nbsp;&nbsp;&nbsp;Church Changed by Teachings','index.cfm?article_num=303')
	oCMenu.makeMenu('sub1411','top14','&nbsp;&nbsp;&nbsp;&nbsp;Seven Deceitful Teachings','index.cfm?article_num=304')
	oCMenu.makeMenu('sub1412','top14','&nbsp;&nbsp;&nbsp;&nbsp;Humanistic Gospel Interpretation','index.cfm?article_num=305')
	oCMenu.makeMenu('sub1413','top14','&nbsp;&nbsp;&nbsp;&nbsp;Even the Demons Believe','index.cfm?article_num=306')
	oCMenu.makeMenu('sub1414','top14','&nbsp;&nbsp;&nbsp;&nbsp;Christianity Compromised','index.cfm?article_num=307')
oCMenu.makeMenu('top15','','&nbsp;&nbsp;&nbsp;&nbsp;Faith vs New Age Faith','index.cfm?article_num=310')
	oCMenu.makeMenu('sub150','top15','Fundamental Faith','index.cfm?article_num=310')
	oCMenu.makeMenu('sub151','top15','&nbsp;&nbsp;&nbsp;&nbsp;Fundamental Definition','index.cfm?article_num=310')
	oCMenu.makeMenu('sub152','top15','&nbsp;&nbsp;&nbsp;&nbsp;Salvation by Faith','index.cfm?article_num=311')
	oCMenu.makeMenu('sub153','top15','&nbsp;&nbsp;&nbsp;&nbsp;Assurance by Faith','index.cfm?article_num=312')
	oCMenu.makeMenu('sub154','top15','&nbsp;&nbsp;&nbsp;&nbsp;Leading by Faith','index.cfm?article_num=313')
	oCMenu.makeMenu('sub155','top15','&nbsp;&nbsp;&nbsp;&nbsp;Teaching & Knowledge by Faith','index.cfm?article_num=314')
	oCMenu.makeMenu('sub156','top15','&nbsp;&nbsp;&nbsp;&nbsp;Fruit & Gifts by Faith','index.cfm?article_num=315')
	oCMenu.makeMenu('sub157','top15','Inductive Scripture Study','index.cfm?article_num=316')
	oCMenu.makeMenu('sub158','top15','Faith Only, Grace Only','index.cfm?article_num=317')
	oCMenu.makeMenu('sub159','top15','Two Conditions are Necessary','index.cfm?article_num=318')
	oCMenu.makeMenu('sub1510','top15','New Age Faith','index.cfm?article_num=320')
	oCMenu.makeMenu('sub1511','top15','&nbsp;&nbsp;&nbsp;&nbsp;Six Redefinitions of Faith','index.cfm?article_num=320')
	oCMenu.makeMenu('sub1512','top15','&nbsp;&nbsp;&nbsp;&nbsp;Dead Works','index.cfm?article_num=321')
	oCMenu.makeMenu('sub1513','top15','&nbsp;&nbsp;&nbsp;&nbsp;Compartmentalized Thinking','index.cfm?article_num=322')
	oCMenu.makeMenu('sub1514','top15','&nbsp;&nbsp;&nbsp;&nbsp;Rationalizations Only','index.cfm?article_num=323')
	oCMenu.makeMenu('sub1515','top15','&nbsp;&nbsp;&nbsp;&nbsp;Salvation Prevented','index.cfm?article_num=324')
	oCMenu.makeMenu('sub1516','top15','&nbsp;&nbsp;&nbsp;&nbsp;Can Believe Anything','index.cfm?article_num=325')
oCMenu.makeMenu('top16','','','')
	
oCMenu.makeMenu('top17','','3. Fundamental Integration','index.cfm?article_num=328')
oCMenu.makeMenu('top18','','&nbsp;&nbsp;&nbsp;&nbsp;Existence Principles','index.cfm?article_num=328')
	oCMenu.makeMenu('sub180','top18','Definition & Application','index.cfm?article_num=328')
	oCMenu.makeMenu('sub181','top18','Change Possible','index.cfm?article_num=329')
	oCMenu.makeMenu('sub182','top18','Question of Origin','index.cfm?article_num=330')
	oCMenu.makeMenu('sub183','top18','Concept of Creator','index.cfm?article_num=331')
	oCMenu.makeMenu('sub184','top18','Our Existence','index.cfm?article_num=332')
	oCMenu.makeMenu('sub185','top18','Twelve Principles of Love','index.cfm?article_num=333')
	oCMenu.makeMenu('sub186','top18','Comprehension of Gods Nature','index.cfm?article_num=334')
	oCMenu.makeMenu('sub187','top18','Comprehension of Relationship to God','index.cfm?article_num=335')
	oCMenu.makeMenu('sub188','top18','Principled Creator in Action','index.cfm?article_num=336')
	oCMenu.makeMenu('sub189','top18','Solution & Conclusion','index.cfm?article_num=337')
oCMenu.makeMenu('top19','','&nbsp;&nbsp;&nbsp;&nbsp;Our Life','index.cfm?article_num=339')
	oCMenu.makeMenu('sub190','top19','He Wants to Live in Us','index.cfm?article_num=339')
	oCMenu.makeMenu('sub191','top19','His Life Offered','index.cfm?article_num=340')
oCMenu.makeMenu('top20','','&nbsp;&nbsp;&nbsp;&nbsp;Our Warfare','index.cfm?article_num=342')
	oCMenu.makeMenu('sub200','top20','Defined','index.cfm?article_num=342')
	oCMenu.makeMenu('sub201','top20','Enemy: Goal, Purpose & Work','index.cfm?article_num=343')
	oCMenu.makeMenu('sub202','top20','Battlefield','index.cfm?article_num=344')
	oCMenu.makeMenu('sub203','top20','Free Choice of Gods Love','index.cfm?article_num=345')
	oCMenu.makeMenu('sub204','top20','Four Manifestations of Demons','index.cfm?article_num=346')
oCMenu.makeMenu('top21','','&nbsp;&nbsp;&nbsp;&nbsp;Hermeneutics','index.cfm?article_num=348')
	oCMenu.makeMenu('sub210','top21','Definition & Introduction','index.cfm?article_num=348')
	oCMenu.makeMenu('sub211','top21','Basic Understandings','index.cfm?article_num=349')
	oCMenu.makeMenu('sub212','top21','Satans Specialty','index.cfm?article_num=350')
	oCMenu.makeMenu('sub213','top21','Overview of Process','index.cfm?article_num=351')
	oCMenu.makeMenu('sub214','top21','Relativism Not Rational','index.cfm?article_num=352')
	oCMenu.makeMenu('sub215','top21','Three Basic Agreements ','index.cfm?article_num=353')
	oCMenu.makeMenu('sub216','top21','Summary & Objections Answered','index.cfm?article_num=354')
	oCMenu.makeMenu('sub217','top21','Seven Reasons for One Word One Meaning','index.cfm?article_num=355')
	oCMenu.makeMenu('sub218','top21','Three Deductive Assumption Fallacies','index.cfm?article_num=356')
	oCMenu.makeMenu('sub219','top21','Five Deductive Ambiguity Fallacies','index.cfm?article_num=357')
	oCMenu.makeMenu('sub2110','top21','Four Laws of the Human Mind','index.cfm?article_num=359')
	oCMenu.makeMenu('sub2111','top21','&nbsp;&nbsp;&nbsp;&nbsp;1. Law of Identity','index.cfm?article_num=359')
	oCMenu.makeMenu('sub2112','top21','&nbsp;&nbsp;&nbsp;&nbsp;2. Law of Consistent Comparisons','index.cfm?article_num=360')
	oCMenu.makeMenu('sub2113','top21','&nbsp;&nbsp;&nbsp;&nbsp;3. Law of Exclusive Truth','index.cfm?article_num=361')
	oCMenu.makeMenu('sub2114','top21','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"&nbsp;&nbsp;&nbsp;&nbsp;cont ...','index.cfm?article_num=478')	
	oCMenu.makeMenu('sub2115','top21','&nbsp;&nbsp;&nbsp;&nbsp;4. Law of Sufficiency','index.cfm?article_num=362')
	oCMenu.makeMenu('sub2116','top21','Summary','index.cfm?article_num=363')
oCMenu.makeMenu('top22','','&nbsp;&nbsp;&nbsp;&nbsp;New Testament Greek','index.cfm?article_num=365')
	oCMenu.makeMenu('sub220','top22','Introduction','index.cfm?article_num=365')
	oCMenu.makeMenu('sub221','top22','Nicolaitanism','index.cfm?article_num=529')	
	oCMenu.makeMenu('sub222','top22','Three Advantages of Understanding Greek','index.cfm?article_num=367')
	oCMenu.makeMenu('sub223','top22','&nbsp;&nbsp;&nbsp;&nbsp;False teachers','index.cfm?article_num=367')
	oCMenu.makeMenu('sub224','top22','&nbsp;&nbsp;&nbsp;&nbsp;Legalistic Brethren','index.cfm?article_num=368')
	oCMenu.makeMenu('sub225','top22','&nbsp;&nbsp;&nbsp;&nbsp;Fellowship','index.cfm?article_num=369')
	oCMenu.makeMenu('sub226','top22','Greek Grammar Explained','index.cfm?article_num=371')
	oCMenu.makeMenu('sub227','top22','&nbsp;&nbsp;&nbsp;&nbsp;Actionsarts','index.cfm?article_num=371')
	oCMenu.makeMenu('sub228','top22','&nbsp;&nbsp;&nbsp;&nbsp;Verb parsing & Verbals','index.cfm?article_num=372')
	oCMenu.makeMenu('sub229','top22','&nbsp;&nbsp;&nbsp;&nbsp;Prepositions & Substantives','index.cfm?article_num=373')
	oCMenu.makeMenu('sub2210','top22','&nbsp;&nbsp;&nbsp;&nbsp;Conjunctions and Particles','index.cfm?article_num=499')
	oCMenu.makeMenu('sub2211','top22','&nbsp;&nbsp;&nbsp;&nbsp;Article The (ho)','index.cfm?article_num=374')
	oCMenu.makeMenu('sub2212','top22','Greek Application to New Age Teachings','index.cfm?article_num=376')
	oCMenu.makeMenu('sub2213','top22','&nbsp;&nbsp;&nbsp;&nbsp;Basics','index.cfm?article_num=376')
	oCMenu.makeMenu('sub2224','top22','&nbsp;&nbsp;&nbsp;&nbsp;New Age Arguments','index.cfm?article_num=377')
	oCMenu.makeMenu('sub2225','top22','&nbsp;&nbsp;&nbsp;&nbsp;Gods Povision for us','index.cfm?article_num=390')
oCMenu.makeMenu('top23','','&nbsp;&nbsp;&nbsp;&nbsp;The True Gospel','index.cfm?article_num=396')
	oCMenu.makeMenu('sub230','top23','Introduction','index.cfm?article_num=396')
	oCMenu.makeMenu('sub231','top23','Who Would Respond?','index.cfm?article_num=397')
	oCMenu.makeMenu('sub232','top23','Todays New Age Gospel','index.cfm?article_num=398')
oCMenu.makeMenu('top24','','&nbsp;&nbsp;&nbsp;&nbsp;Gods Love','index.cfm?article_num=516')
	oCMenu.makeMenu('sub240','top24','Love Rejoices in Truth','index.cfm?article_num=516')
	oCMenu.makeMenu('sub241','top24','We Must Decide','index.cfm?article_num=517')
oCMenu.makeMenu('top25','','&nbsp;&nbsp;&nbsp;&nbsp;Today&lsquo;s New Age Problem','index.cfm?article_num=519')
	oCMenu.makeMenu('sub250','top25','Demon Deceptions','index.cfm?article_num=521')
	oCMenu.makeMenu('sub251','top25','The Morally Disabled','index.cfm?article_num=519')
	oCMenu.makeMenu('sub252','top25','YES,NO,YES,NO,YES......','index.cfm?article_num=528')
	oCMenu.makeMenu('sub253','top25','The Spiritually Frustrated','index.cfm?article_num=520')
oCMenu.makeMenu('top26','','&nbsp;&nbsp;&nbsp;&nbsp;Atonement','index.cfm?article_num=501')
	oCMenu.makeMenu('sub260','top26','By Gods Attributes','index.cfm?article_num=501')
	oCMenu.makeMenu('sub261','top26','Principles','index.cfm?article_num=502')
	oCMenu.makeMenu('sub262','top26','Details','index.cfm?article_num=503')
	oCMenu.makeMenu('sub263','top26','Greek Scriptures','index.cfm?article_num=504')
	oCMenu.makeMenu('sub264','top26','Kinsman Redeemer Jubilee','index.cfm?article_num=530')	
oCMenu.makeMenu('top27','','&nbsp;&nbsp;&nbsp;&nbsp;Justification/Sanctification','index.cfm?article_num=506')
	oCMenu.makeMenu('sub270','top27','Saving Justification and Sanctification','index.cfm?article_num=506')
	oCMenu.makeMenu('sub271','top27','Sanctification - Scriptures','index.cfm?article_num=507')
	oCMenu.makeMenu('sub272','top27','Justification - Greek Scriptures','index.cfm?article_num=511')
	oCMenu.makeMenu('sub273','top27','Justification - Teachings Today','index.cfm?article_num=508')
	oCMenu.makeMenu('sub274','top27','Sanctification - Teachings Today','index.cfm?article_num=509')
oCMenu.makeMenu('top28','','&nbsp;&nbsp;&nbsp;&nbsp;Judgment-Good vs evil/sin','index.cfm?article_num=514')	
	oCMenu.makeMenu('sub280','top28','God, Who He is','index.cfm?article_num=522')
	oCMenu.makeMenu('sub281','top28','The satan, who he is','index.cfm?article_num=523')
	oCMenu.makeMenu('sub282','top28','Our Eternal Judgement','index.cfm?article_num=524')
	oCMenu.makeMenu('sub283','top28','Human Nature and God','index.cfm?article_num=525')
	oCMenu.makeMenu('sub284','top28','Society of Evil Today','index.cfm?article_num=526')
oCMenu.makeMenu('top29','','','')
	
oCMenu.makeMenu('top30','','4. Heretical New Age Church','index.cfm?article_num=401')
oCMenu.makeMenu('top31','','&nbsp;&nbsp;&nbsp;&nbsp;New Age Salvation Doctrines','index.cfm?article_num=401')
	oCMenu.makeMenu('sub310','top31','Historical Background','index.cfm?article_num=401')
	oCMenu.makeMenu('sub311','top31','New Age Changes First Began','index.cfm?article_num=402')
	oCMenu.makeMenu('sub312','top31','Popularized in USA','index.cfm?article_num=403')
	oCMenu.makeMenu('sub313','top31','New Security teachings','index.cfm?article_num=404')
	oCMenu.makeMenu('sub314','top31','Gospel Entirely Redefined','index.cfm?article_num=414')
	oCMenu.makeMenu('sub315','top31','&nbsp;&nbsp;&nbsp;&nbsp;1. Faith made an absurdity','index.cfm?article_num=414')
	oCMenu.makeMenu('sub316','top31','&nbsp;&nbsp;&nbsp;&nbsp;2. New birth redefined','index.cfm?article_num=415')
	oCMenu.makeMenu('sub317','top31','&nbsp;&nbsp;&nbsp;&nbsp;3. Repentance redefined','index.cfm?article_num=416')
	oCMenu.makeMenu('sub318','top31','&nbsp;&nbsp;&nbsp;&nbsp;4. Salvation Redefined into Two Types','index.cfm?article_num=417')
	oCMenu.makeMenu('sub319','top31','&nbsp;&nbsp;&nbsp;&nbsp;5. Sin Redefined','index.cfm?article_num=418')
	oCMenu.makeMenu('sub3110','top31','&nbsp;&nbsp;&nbsp;&nbsp;6. Lordship & Discipleship Unnecessary','index.cfm?article_num=419')
	oCMenu.makeMenu('sub3111','top31','&nbsp;&nbsp;&nbsp;&nbsp;7. Even Christian Redefined','index.cfm?article_num=420')
	oCMenu.makeMenu('sub3112','top31','&nbsp;&nbsp;&nbsp;&nbsp;8. No Scriptural Support','index.cfm?article_num=421')
	oCMenu.makeMenu('sub3113','top31','&nbsp;&nbsp;&nbsp;&nbsp;9. Gospel of Fraud & Deceit','index.cfm?article_num=497')
	oCMenu.makeMenu('sub3114','top31','Summary of Three Salvation Belief Systems','index.cfm?article_num=422')
	oCMenu.makeMenu('sub3115','top31','Conclusion','index.cfm?article_num=423')
oCMenu.makeMenu('top32','','&nbsp;&nbsp;&nbsp;&nbsp;New Age Prophecy Doctrines','index.cfm?article_num=425')
	oCMenu.makeMenu('sub320','top32','Introduction to Dispensationalism','index.cfm?article_num=425')
	oCMenu.makeMenu('sub321','top32','Doctrine First Began','index.cfm?article_num=426')
	oCMenu.makeMenu('sub322','top32','Four Types of Millennial Teachings','index.cfm?article_num=427')
	oCMenu.makeMenu('sub323','top32','Dispensations Defined','index.cfm?article_num=428')
	oCMenu.makeMenu('sub324','top32','Early Church Teachings','index.cfm?article_num=429')
	oCMenu.makeMenu('sub325','top32','Deductive Reasoning','index.cfm?article_num=430')
	oCMenu.makeMenu('sub326','top32','Three Distinctions of Dispensationalism','index.cfm?article_num=432')
	oCMenu.makeMenu('sub327','top32','&nbsp;&nbsp;&nbsp;&nbsp;Israel & Church Separate','index.cfm?article_num=432')
	oCMenu.makeMenu('sub328','top32','&nbsp;&nbsp;&nbsp;&nbsp;System of Hermeneutics','index.cfm?article_num=433')
	oCMenu.makeMenu('sub329','top32','&nbsp;&nbsp;&nbsp;&nbsp;Purpose of God in World','index.cfm?article_num=434')
	oCMenu.makeMenu('sub3210','top32','PreTribulational Rapture','index.cfm?article_num=435')
	oCMenu.makeMenu('sub3211','top32','Their Use of Deductive Thinking','index.cfm?article_num=436')
	oCMenu.makeMenu('sub3212','top32','Unaware of Contradictions','index.cfm?article_num=437')
	oCMenu.makeMenu('sub3213','top32','Summary & Warnings','index.cfm?article_num=438')
oCMenu.makeMenu('top33','','&nbsp;&nbsp;&nbsp;&nbsp;New Age Love','index.cfm?article_num=440')
	oCMenu.makeMenu('sub330','top33','Grace-ers Separate Themselves','index.cfm?article_num=440')
	oCMenu.makeMenu('sub331','top33','A New Age Phenomenon','index.cfm?article_num=441')
	oCMenu.makeMenu('sub332','top33','Our Responsibility','index.cfm?article_num=443')
	oCMenu.makeMenu('sub333','top33','&nbsp;&nbsp;&nbsp;&nbsp;Love & No Soulishness','index.cfm?article_num=443')
	oCMenu.makeMenu('sub334','top33','&nbsp;&nbsp;&nbsp;&nbsp;Love, but Separate from False Teachers','index.cfm?article_num=452')
	oCMenu.makeMenu('sub335','top33','&nbsp;&nbsp;&nbsp;&nbsp;Leaders for Doctrinal Purity Compromise','index.cfm?article_num=453')
	oCMenu.makeMenu('sub336','top33','&nbsp;&nbsp;&nbsp;&nbsp;True Love of God is Critical Love','index.cfm?article_num=454')
	oCMenu.makeMenu('sub337','top33','This Website','index.cfm?article_num=455')
oCMenu.makeMenu('top34','','&nbsp;&nbsp;&nbsp;&nbsp;New Age One World Order','index.cfm?article_num=457')
	oCMenu.makeMenu('sub340','top34','Ecumenicals, Catholics, Cults & Governments','index.cfm?article_num=457')
	oCMenu.makeMenu('sub341','top34','Christian Responsibility','index.cfm?article_num=458')
	oCMenu.makeMenu('sub342','top34','His Love','index.cfm?article_num=459')
oCMenu.makeMenu('top35','','','')

oCMenu.makeMenu('top36','','Appendices','index.cfm?article_num=469')
oCMenu.makeMenu('top37','','&nbsp;&nbsp;&nbsp;&nbsp;Jonathan Edwands','index.cfm?article_num=469')
oCMenu.makeMenu('top38','','&nbsp;&nbsp;&nbsp;&nbsp;Post Tribulation PreWrath','index.cfm?article_num=479')
	oCMenu.makeMenu('sub380','top38','Some Posttribulation Evidences','index.cfm?article_num=479')
	oCMenu.makeMenu('sub381','top38','Common Pretribulational Arguments','index.cfm?article_num=480')
oCMenu.makeMenu('top39','','&nbsp;&nbsp;&nbsp;&nbsp;Time Line of Prophecy','index.cfm?article_num=471')
oCMenu.makeMenu('top40','','&nbsp;&nbsp;&nbsp;&nbsp;Calvinish/Arminian Diff.','index.cfm?article_num=498')
oCMenu.makeMenu('top41','','&nbsp;&nbsp;&nbsp;&nbsp;Critique of Calvinism','index.cfm?article_num=481')
	oCMenu.makeMenu('sub410','top41','Disclaimer','index.cfm?article_num=481')
	oCMenu.makeMenu('sub411','top41','Introduction','index.cfm?article_num=486')
	oCMenu.makeMenu('sub412','top41','Golden Chain of Calvinism','index.cfm?article_num=487')
	oCMenu.makeMenu('sub413','top41','Election by Zapping','index.cfm?article_num=485')
	oCMenu.makeMenu('sub414','top41','&nbsp;&nbsp;&nbsp;&nbsp;Explanation','index.cfm?article_num=485')
	oCMenu.makeMenu('sub415','top41','&nbsp;&nbsp;&nbsp;&nbsp;John 6:37-40; 6:39-40; 6:44','index.cfm?article_num=483')
	oCMenu.makeMenu('sub416','top41','&nbsp;&nbsp;&nbsp;&nbsp;John 10:28-29; 3:17; Acts 13:48','index.cfm?article_num=484')
	oCMenu.makeMenu('sub417','top41','&nbsp;&nbsp;&nbsp;&nbsp;Eph 1:4-5; Rom 9:16-23','index.cfm?article_num=488')
	oCMenu.makeMenu('sub418','top41','&nbsp;&nbsp;&nbsp;&nbsp;John 17:9-24; I Cor 2:14; Mark 14:24','index.cfm?article_num=489')
	oCMenu.makeMenu('sub419','top41','&nbsp;&nbsp;&nbsp;&nbsp;Summary','index.cfm?article_num=490')
	oCMenu.makeMenu('sub4110','top41','Calvins Doctrines Contradicted','index.cfm?article_num=492')
	oCMenu.makeMenu('sub4111','top41','&nbsp;&nbsp;&nbsp;&nbsp;Doctrines Poorly Derived','index.cfm?article_num=492')
	oCMenu.makeMenu('sub4112','top41','&nbsp;&nbsp;&nbsp;&nbsp;Calvin in Later Years','index.cfm?article_num=493')
	oCMenu.makeMenu('sub4113','top41','&nbsp;&nbsp;&nbsp;&nbsp;Michael Servatus','index.cfm?article_num=494')
	oCMenu.makeMenu('sub4114','top41','&nbsp;&nbsp;&nbsp;&nbsp;Charles Spurgeon','index.cfm?article_num=495')
oCMenu.makeMenu('top42','','&nbsp;&nbsp;&nbsp;&nbsp;Augustine','index.cfm?article_num=473')
oCMenu.makeMenu('top43','','&nbsp;&nbsp;&nbsp;&nbsp;Rhythm in Church','index.cfm?article_num=474')
oCMenu.makeMenu('top44','','','')

oCMenu.makeMenu('top45','','Summary','index.cfm?article_num=513')
oCMenu.makeMenu('top46','','&nbsp;&nbsp;&nbsp;&nbsp;Systematic Theology','index.cfm?article_num=475')
oCMenu.makeMenu('top47','','&nbsp;&nbsp;&nbsp;&nbsp;Apostasy Today','index.cfm?article_num=513')

//Leave this line - it constructs the menu
oCMenu.construct()		

