//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	215;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	100; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#CACAFF";	// main nav cell color
var rCOLOR = 	"lightgreen";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"black";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"tahoma";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#CACAFF";	// submenu cell color

var srCOLOR = 	"lightgreen";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"tahoma,arial";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://theunexplainedmysteries.com","Home",80,"center","","",0,0,"","#ffeeee","#ffeecc","#000066","#660066");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(120,"left","left",-4,0,"","#ffddaa","#eeeeee","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://theunexplainedmysteries.com","What\'s New","","");
	addSubmenuItem("http://directory.theunexplainedmysteries.com","Website Directory","","");
	addSubmenuItem("http://videos.theunexplainedmysteries.com","Unexplained Videos","","");
	addSubmenuItem("http://theunexplainedmysteries.com/online-store.html","Online Store","","");
	addSubmenuItem("http://theunexplainedmysteries.com/mesothelioma.html","Fight Mesothelioma","","");
	addSubmenuItem("http://theunexplainedmysteries.com/links.html","Links","","");
	addSubmenuItem("contact-us.html","Contact Us","","");



addMainItem("","Ancient Mysteries",110,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("oak.html","Oak Island Treasure","","");
	addSubmenuItem("piri.html","Piri Reiss Map","","");
	addSubmenuItem("templar.html","Knight of Templar","","");
	addSubmenuItem("egyptian-lamp.html","Mysterious Egyptian Lamp","","");
	addSubmenuItem("tutankhamun.html","Mysteries of Tutankhamun","","");
	addSubmenuItem("atlantis.html","Mysteries of Plato Atlantis","","");
	addSubmenuItem("sacred-geometry.html","Sacred Geometry : Flower of Life","","");
	addSubmenuItem("egypt.html","Unexplained Egypt's history","","");
	addSubmenuItem("lostlands.html","Mysteries of Lost Lands","","");
	addSubmenuItem("ark-covenant.html","Mysteries of Ark of Covenant","","");
	addSubmenuItem("christ.html","Mysteries Unexplained - The Christ","","");
	addSubmenuItem("atlantis1.html","Unsolved mysteries of Atlantis Island","","");
	addSubmenuItem("stonehenge.html","Mysteries of Stonehenge","","");
	addSubmenuItem("temple.html","12,000 year old Temple ","","");
	addSubmenuItem("giant-bones.html","Mysteries of Giant Bones ","","");
	addSubmenuItem("akakor.html","Unexplained Mysteries of Akakor","","");
	addSubmenuItem("archimedes.html","The Archimedes Codex unpeeled","","");
	addSubmenuItem("levitation-secrets.html","Ancient Mysteries of Secret Levitation ","","");
	addSubmenuItem("ancient-tombs.html","1,000 Ancient Tombs Remains Found","","");
	addSubmenuItem("stonehenge-secrets.html","Stonehenge geometry skills","","");
	addSubmenuItem("stonehenge-cemetry.html","Stonehenge - a long-term cemetery ","","");
	addSubmenuItem("turin-shroud.html","Unexplained of Shroud of Turin","","");
	addSubmenuItem("lost-pyramid.html","Egypt uncovers missing pyramid ","","");
	addSubmenuItem("machu-picchu.html","Who found Machu Picchu?","","");
	addSubmenuItem("crop-circle.html","complex crop circle solved","","");
	addSubmenuItem("lost-book-of-bible.html","Mysteries of Lost Books of the Bible","","");
	addSubmenuItem("mayan-mystery.html","Mystery of Mayan Civilization ","","");
	addSubmenuItem("lemuria.html","Unsolved Mysteries of Lemuria ","","");
	addSubmenuItem("shroud-of-turin-1.html","Shroud of Turin - new controversy","","");
	addSubmenuItem("lost-city-Khazars.html","Scholar finds medieval Jewish capital","","");
	addSubmenuItem("hollow-earth.html","Secrets of the Hollow Earth ","","");
	addSubmenuItem("city-of-dead.html","City of dead uncoverd","","");
	addSubmenuItem("isis.html","ISIS - Goddess of fertility","","");
	addSubmenuItem("avatars.html","Avatars in Ancient India ","","");
	addSubmenuItem("halloween.html","History of Mysterious Halloween","","");
	addSubmenuItem("mummy.html","Mysteries of Egypt Mummies","","");
	addSubmenuItem("herod-lost-tomb.html","Mysteries of  Herod Lost Tomb","","");
	addSubmenuItem("skeleton.html","Skeleton of 12,000-year-old ","","");
	addSubmenuItem("buddha-skull.html","'Buddha skull found in Nanjing","","");
	addSubmenuItem("mystery-pyramids.html","Mystery Pyramid Ancient Culture?","","");
	addSubmenuItem("eye-of-horus.html","Unsolved Mysteries of Eye of Horus","","");
	addSubmenuItem("kalpa-vigraha.html","Mysteries of THE KALPA VIGRAHA ","","");
	addSubmenuItem("aboriginal.html","Australian Aboriginals ","","");
	addSubmenuItem("dead-sea-scroll.html","'Dead Sea Scrolls Shocker ","","");
	addSubmenuItem("hitler-satanic.html","Hitler Secret Satanic cult ","","");
	addSubmenuItem("mummies-cache.html","Mummies unearthed at Egypt ","","");


			
addMainItem("","Cryptozoology",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("bigfoot.html","Big Foot or YETI","","");
	addSubmenuItem("nessie.html", "Nessie - the Loch Ness Monster","","");
	addSubmenuItem("rio-monsters.html", "Monsters on the Rio Grande","","");
	addSubmenuItem("jersey-devil.html", "Mysteries of Jersey Devil","","");
	addSubmenuItem("werewolves.html", "Mythical Werewolves Creatures","","");
	addSubmenuItem("scot-monster.html", "Monsters From Scottish Folklore ","","");
	addSubmenuItem("lizard-man.html", "Mysteries of the Lizard Man ","","");
	addSubmenuItem("phantom-dogs.html", "Mysteries of Phantom Black Dogs ","","");
	addSubmenuItem("bigfoot-returns.html", "Bigfoot was here!! ","","");
	addSubmenuItem("golem.html", "The Golem - A Jewish Legend","","");
	addSubmenuItem("Sasquatch.html","Mysteries - Immortal Sasquatch","","");
	addSubmenuItem("dino-discover.html","Prehistoric Giants Discovered","","");
	addSubmenuItem("nessie-pic.html","Couple pictures Nessie","","");
	addSubmenuItem("hellhound.html","Hellhound stalking Cannock Chase? ","","");
	addSubmenuItem("become-werewolf.html","How to become WereWolves","","");
	addSubmenuItem("monster-snake.html","Images of 100-Foot 'Borneo Monster'","","");
	 
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		//defineChildmenuProperties(112,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://www.vancouversun.com","Vancouver Sun","","");
		//addChildmenuItem("http://www.ctvnews.ca","CTV News","","");


addMainItem("","UFO & Aliens",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");


	addSubmenuItem("ufo.html","The UFO and Aliens","","");
	addSubmenuItem("aliens1.html","Extra-Terrestrial Technologies","","");
	addSubmenuItem("aliens2.html","NARCAP confirms OHare Airport UFO","","");
	addSubmenuItem("alien-life.html","Alien life made of interstellar dust ?","","");
	addSubmenuItem("alien3.html","Mysteries of Aliens Visitation","","");
	addSubmenuItem("mj12.html","Secrets of U.S. flying saucer UFO?","","");
	addSubmenuItem("ufo2.html","UFO evidence to go on display ","","");
	addSubmenuItem("cosford.html","Mysteries of The Cosford Incident","","");
	addSubmenuItem("roswell-ufo.html","Witness of Roswell Flying Saucer","","");
	addSubmenuItem("letter-world-leader.html","Letter To World Leaders: by Aliens","","");
	addSubmenuItem("ufo-touch.html","I touched a UFO: ex-air force pilot","","");
	addSubmenuItem("ufo-conspiracy.html","UFO Conspiracies","","");
	addSubmenuItem("nasa-ufo.html","NASA Astronaut confirms UFO,Aliens","","");
	addSubmenuItem("dulce.html","Dulce Secret base","","");
	addSubmenuItem("alien-mind.html","Unexplained Alien Mind","","");
	addSubmenuItem("men-in-black.html","Unexplained Men In Black Mysteries","","");
	addSubmenuItem("ufo-time-travel.html","UFO and Time Travel","","");
	addSubmenuItem("find-et.html","Finding Extraterrestrial Life E.T. ","","");
	addSubmenuItem("alien-tongue.html","'Babelfish' to translate alien tongues ","","");
	addSubmenuItem("removed-from-reality.html","Mysterious Disappearences","","");
	addSubmenuItem("london-ufo-released.html","Britain releases secret UFO files","","");
	addSubmenuItem("Schirmer-Abduction.html","'The Herbert Schirmer Abduction ","","");
	addSubmenuItem("alien-abduction.html","Screams of Thousand Oaks","","");
	addSubmenuItem("ufo-shot-down.html","U.S. pilot ordered to shoot UFO ","","");
	addSubmenuItem("alien-sex.html","Alien Rape, Female Aliens Sex ","","");
	addSubmenuItem("ufo-mystery.html","The day the aliens came ","","");
	addSubmenuItem("ufo-jfk.html","UFO and JFK Assassination Conspiracy ","","");
	addSubmenuItem("Kelly-Hopkinsville.html","Kelly-Hopkinsville UFO encounter","","");
	addSubmenuItem("obama-ufo.html","Obama on UFOs and Aliens  ","","");
	addSubmenuItem("battle-of-la.html","'Battle of Los Angeles ","","");
	addSubmenuItem("area51.html","Area 51 ..Groom Lake","","");
	addSubmenuItem("dr-who-ufo.html","Dr Who link to UFO sighting rise ","","");
	addSubmenuItem("road-to-area51.html","The Road to Area 51 ","","");




addMainItem("","Ghosts",50,"center","","",0,0,"","","","","");

	defineSubmenuProperties(225,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("ghosts.html","Ghosts","","");
	addSubmenuItem("phantom.html","Phantom Hounds of the Woods","","");
	addSubmenuItem("witch-hunt.html","Witch Hunt","","");
	addSubmenuItem("magic-people.html","Magic of the People","","");
	addSubmenuItem("more-ghosts.html","Ghosts, Ghosts and More Ghosts","","");
	addSubmenuItem("demon.html","Mysteries of Demon Calls","","");
	addSubmenuItem("monster-galore.html","Unexplained Demon Galore","","");
	addSubmenuItem("ghost-buster.html","Mysteries of Ghost Busters","","");
	addSubmenuItem("souls.html","Mysteries of Sympathy of Souls","","");
	addSubmenuItem("great-lake-ghost.html","Great Lakes Ghost Ships","","");
	addSubmenuItem("concotion.html","Witches Concoctions, Broomsticks","","");
	addSubmenuItem("greenbrier-ghost.html","Mysteries of Greenbrier Ghost ","","");
	addSubmenuItem("america-ghost.html","America's ghost towns ","","");
	addSubmenuItem("ghostly.html","Mysteries of Ghostly Going ","","");
	addSubmenuItem("witch-dawn.html","Mysteries of Witches","","");
	addSubmenuItem("ghost-mars-face.html","Ghost Face","","");
	addSubmenuItem("witchcraft.html","Mysteries of WitchCraft","","");
	addSubmenuItem("vampire.html","Mysteries of Vampire Mythology","","");
	addSubmenuItem("angel-encounter.html","Mysterious Encounters with Angels","","");
	addSubmenuItem("ghost-orb.html","Unexplained Ghostly Orbs Mysteries","","");
	addSubmenuItem("murder-house.html","Ghosts of the Villisca Ax Murder House","","");
	addSubmenuItem("ghost-house.html","Ghost House on Ridge Avenue","","");
	addSubmenuItem("ghost-hunting.html","Ghost Hunting Etiquette 101","","");
	addSubmenuItem("last-witch.html","Europes last executed witch","","");
	addSubmenuItem("return-from-dead.html","Researcher return from dead?","","");
	addSubmenuItem("teen-psychic.html","Teen now embraces his psyhic gift ","","");
	addSubmenuItem("Guadalajara-Ghost.html"," Vampire's ghost of Guadalajara","","");
	addSubmenuItem("devil-exorcism.html","The Devil’s Exorcism","","");
	addSubmenuItem("become-vampire.html","Magic Spells to Become a Vampire","","");
	addSubmenuItem("vampires.html","Mysteries of Vampires history","","");
	addSubmenuItem("resurrection-mary.html","Mysteries of RESURRECTION MARY","","");
	addSubmenuItem("black-hope-curse.html","Black Hope Ghost Curse ","","");
	addSubmenuItem("skinwalkers.html"," Mysteries of SkinWalkers","","");
	addSubmenuItem("shadow-people.html","Mysteries of Shadow People","","");
	addSubmenuItem("haunting-connecticut.html","The Haunting in Connecticut","","");


		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");

addMainItem("","Metaphysics & Psychic",140,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("black-box.html","Edinburgh Black Box","","");
	addSubmenuItem("menwith.html","Menwith Hill Station","","");
	addSubmenuItem("moon.html","Did We really land on Moon","","");
	addSubmenuItem("ufo2.html","UFO evidence to go on display ","","");
	addSubmenuItem("lunar.html","400-year-old Lunar mystery solved ?","","");
	addSubmenuItem("telepathy.html","Paranormal Telepathy Mysteries","","");
	addSubmenuItem("Cryptomnesia.html"," Mysteries of Cryptomnesia","","");
	addSubmenuItem("nightmares.html","Mysteries of Nightmares","","");
	addSubmenuItem("Mysticism.html","Native American Mysticism","","");
	addSubmenuItem("occult.html","Influence of Occult ","","");
	addSubmenuItem("Reincarnation2.html","Mysteries of Reincarnation ","","");
	addSubmenuItem("out-of-body.html","Out of Body Experience","","");
	addSubmenuItem("psychic.html","Could we all be psychic","","");
	addSubmenuItem("sceptics.html","Psi-Stars and Sceptics","","");
	addSubmenuItem("exorcism.html","Is Exorcism really dead ??","","");
	addSubmenuItem("sixth-sense.html","Sixth Sense or ESP","","");
	addSubmenuItem("Cannibalism.html","Unexplained - Cannibalism","","");
	addSubmenuItem("time-machine.html","Mystery of Time Machine","","");
	addSubmenuItem("exorcism-demand.html","Exorcism in big demand","","");
	addSubmenuItem("mind-mysteries.html","Unsolved Mysteries of Mind","","");
	addSubmenuItem("human-soul.html","Transplanting a human soul?","","");
	addSubmenuItem("psychic1.html","Psychic crackdown on the cards","","");
	addSubmenuItem("animism.html","Unsolved mysteries of Animism ","","");
	addSubmenuItem("language-of-god.html","Language of Gods","","");
	addSubmenuItem("life-after-death.html","Evidence of Life after Death?","","");
	addSubmenuItem("golden-dawn-occult.html","The Golden Dawn Occult","","");
	addSubmenuItem("psychic-awake.html","Awakening Psychic Ability","","");
	addSubmenuItem("precognition.html","Mysteries of Precognition","","");
	addSubmenuItem("psychic-echo.html","The Psychic Echo","","");
	addSubmenuItem("psychic-pets.html","Psychic Pets - Mystic Dog","","");
	addSubmenuItem("astral.html","Mysteries of Astral projection","","");
	addSubmenuItem("remote-viewing.html","Mysteries of Remote Viewing","","");
	addSubmenuItem("govt-para.html","Govt. uses paranormal","","");
	addSubmenuItem("Ouija-Board.html","Mysteries of Ouija Board ","","");
	addSubmenuItem("reincarnate.html","Past Life Recall ","","");
	addSubmenuItem("psychic-teleport.html","Psychic Teleportation","","");
	addSubmenuItem("teleportation.html","Teleportation Milestone Achieved","","");
	addSubmenuItem("clairvoyance.html","Mysteries of ClairVoyance","","");
	addSubmenuItem("aura.html","Mysteries of AURAS","","");
	addSubmenuItem("near-death.html","Near-death experiences","","");

		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");

addMainItem("","Urban Legends",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(225,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("bermuda.html","Bermuda Triangle","","");
	addSubmenuItem("unexplained-fall.html"," Unexplained Falling From the Heavens","","");
	addSubmenuItem("poltergeist.html","Unexplained Poltergeist","","");
	addSubmenuItem("bermuda-triangle.html","Bermuda Triangle Mystery ","","");
	addSubmenuItem("dowsing.html","Paranormal Dowsing","","");
	addSubmenuItem("jack-the-ripper.html","Mysteries of Jack The Ripper","","");
	addSubmenuItem("easter.html","Easter Island Mysteries","","");
	addSubmenuItem("iron-mask.html","Man in the Iron Mask ","","");
	addSubmenuItem("doomsters.html","Doomsters and Apocalypse","","");
	addSubmenuItem("demon-possession.html","Mysteries of Demonic possession","","");
	addSubmenuItem("triad.html","Mysteries of Triads","","");
	addSubmenuItem("evil-eye.html","Prophecy OR Evil Eye? ","","");
	addSubmenuItem("poltergeist1.html","Poltergeist Most famous Cases","","");
	addSubmenuItem("voodoo.html","Mysteries of Voodoo's power","","");
	addSubmenuItem("crystal-skull.html","Mysteries of the Crystal Skulls ","","");
	addSubmenuItem("voodoo-secrets.html","Secrets of the Voodoo Tomb","","");
	addSubmenuItem("judgement-day.html","Mysteries of Judgement Day","","");
	addSubmenuItem("poltergeist-exist.html","Proof That Poltergeists Exist ? ","","");
	addSubmenuItem("hell.html","Sufferings in HELL ","","");
	addSubmenuItem("wtc.html","WTC Tragedy: Was It Prophesied? ","","");
	addSubmenuItem("bavarian-illuminati.html","Mysteries of Bavarian Illuminati ","","");
	addSubmenuItem("black-box.html","Black Box See Into the Future?","","");
	addSubmenuItem("sixthsense.html","Scientists Discover their Sixth Sense","","");
	addSubmenuItem("curses.html","Mysteries of Curses ","","");
	addSubmenuItem("nepal-buddha.html","Nepal's 'Buddha boy'","","");
	addSubmenuItem("holy-hoax.html","Mysteries from the Holy Land","","");
	addSubmenuItem("Dyatlov-Pass.html","Dyatlov Pass incident","","");
	addSubmenuItem("da-vinci-secrets.html","Invisible Da Vinci drawings","","");
	addSubmenuItem("montauk.html","The Montauk Project ","","");
	addSubmenuItem("urban-legend1.html","You Didn't Turn on the Light?","","");
	addSubmenuItem("urban-legend2.html","Bloody Mary","","");
	addSubmenuItem("dead-ringers.html","Mysteries of DEAD RINGERS","","");
	addSubmenuItem("Coincidence.html","Mysteries of Coincidences ","","");
	addSubmenuItem("friday-the-13th.html","Friday the 13th","","");
	addSubmenuItem("human-disappear.html","Do humans just disappear?","","");
	addSubmenuItem("paul-is-dead.html","Paul Mccartney is dead ","","");
	addSubmenuItem("poltergeist-glacier.html","Poltergeist haunts glacier retreat","","");
	addSubmenuItem("urban-legend3.html","Man They Could Not Hang","","");
	addSubmenuItem("poltergeist2.html","All about Poltergeist","","");
	addSubmenuItem("brotherhood-of-snake.html","Brotherhood of Snake","","");
	addSubmenuItem("miracle-healing-water.html","Miracle healing water","","");

		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");

addMainItem("","Bizarre World",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("nsa.html","National Secret Agency","","");
	addSubmenuItem("reincarnation.html","Unexplained ReIncarnation","","");
	addSubmenuItem("reincarnation1.html","You only live twice - paranormal","","");
	addSubmenuItem("cults.html","Cults and Conspiracy","","");
	addSubmenuItem("stigmata.html","Stigmata","","");
	addSubmenuItem("cia.html","Mystery of CIA Sclupture","","");
	addSubmenuItem("icon-killers.html","Murder Mysteries of Icons","","");
	addSubmenuItem("man-eater.html","Man-Eating Trees","","");
	addSubmenuItem("hindu-god-miracle.html","Milk Drinking Statues Miracle","","");
	addSubmenuItem("illuminati.html"," K.G.B and Illuminati","","");
	addSubmenuItem("fidel-castro.html","Assassination plots - Fidel Castro ","","");
	addSubmenuItem("diana.html","Diana Death Conspiracy ","","");
	addSubmenuItem("two-headed-baby.html","Unexplained Two Headed Baby ","","");
	addSubmenuItem("fbi-skyjacker.html","Case of Skyjacker and FBI ","","");
	addSubmenuItem("unit731.html","Mysteries of Unit 731","","");
	addSubmenuItem("pol-pot.html"," Case of Pol Pot massacre ","","");
	addSubmenuItem("smallest-girl.html","World's Smallest Girl","","");
	addSubmenuItem("the-guru.html","The Mysterious Gurus","","");
	addSubmenuItem("lincoln-death.html","Was Lincoln Already Dying..?","","");
	addSubmenuItem("mind-power.html","Woman who remembers everything","","");
	addSubmenuItem("mind-control.html","CIA and Secrets of Mind Control","","");
	addSubmenuItem("xray.html","Man With X Ray Eyes","","");
	addSubmenuItem("thai-hell-garden.html","Thai's Hell Garden ","","");
	addSubmenuItem("lunatic-fringe.html","Is moonlight the miracle cure?","","");
	addSubmenuItem("crystal-tears.html","Crystal-tear girl","","");
	addSubmenuItem("chemtrails.html","Chemtrail Conspiracy Theory ","","");


addMainItem("","Ads",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("advertise.html","Advertising Tariff","","");


		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");

//**DO NOT EDIT THIS *****
}//***********************
//************************
