//UDMv2.1.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** or http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm ****


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "left";		// alignment
var absLEFT = 	12;		// absolute left or right position (if not center)
var absTOP = 	108; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF =	"";	        // base path to .js and image files
var zORDER = 	100;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#000000";	// main nav cell color
var rCOLOR = 	"#5722a9";	// main nav cell rollover color 8F4FF4
var keepLIT =	 true;		// keep rollover color when browsing menu
var bSIZE = 	 0;		// main nav border size
var bCOLOR = 	"#000000"	// main nav border color
var aLINK = 	"#FFFFFF";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (not ns4)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face		
var fSIZE = 	 15;		// 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 = 	 5;		// main nav vertical cell padding
var vtOFFSET = 	 0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	40;		// shift the submenus horizontally

var smCOLOR = 	"#cccccc";	// submenu cell color
var srCOLOR = 	"#b090d0";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000"	// submenu border color
var saLINK = 	"#0000b0";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (not ns4)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 45;		// submenu drop shadow opacity (not ns4 or Opera 5)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target") <span style='font-size: 16px; color:#FFFFFF; text-decoration:none; font-family: Arial, Verdana, Helvetica, MS Comic Sans; font-weight: normal;'>


addMainItem("","<span style='font-size: 18px; color:#CC88FF; text-decoration:none; font-family: Arial, Verdana, Helvetica, MS Comic Sans; font-weight: normal;'>&nbsp;&nbsp;The Temporary Universe</span>",220,"center",""); 


	// define submenu properties (width,"align to edge","text-alignment")

	defineSubmenuProperties(160,"left","left");

	
	// add submenu link items ("url","label","target")

	addSubmenuItem("tempo.html","C o m p l e t e&nbsp;&nbsp;&nbsp; I n d e x","_top");
	addSubmenuItem("logined.html","Logging in as Ed","_top");
	addSubmenuItem("koan.html","Temp Work Koan","_top");
	addSubmenuItem("uspto.html","Futility Trip","_top");
	addSubmenuItem("prediction.html","Astounding Predictions","_top");
	addSubmenuItem("mission.html","The Twelfth Floor","_top");
	addSubmenuItem("theman.html","Becoming &quot;The Man.&quot;","_top");
	addSubmenuItem("bandaid.html","The Band-Aid Incident","_top");
	addSubmenuItem("distraction.html","Recursive Distraction","_top");
	addSubmenuItem("minesweeper.html","MineSweeper","_top");
	addSubmenuItem("mathematics.html","Irrefutable Mathematics","_top");

addMainItem("","&nbsp;",110,"left",""); 
	
addMainItem("../scientifick.html","<span style='font-size: 18px; color:#CC88FF; text-decoration:none; font-family: Arial, Verdana, Helvetica, MS Comic Sans; font-weight: normal;'>Back to Scientifick Detail</span>",230,"left",""); 

	// define submenu properties (width,"align to edge","text-alignment")

	defineSubmenuProperties(130,"left","left");

	// add submenu link items ("url","label","target")
	addSubmenuItem("../../index.htm","Indexus","_top");
	addSubmenuItem("../../witness/witness.html","Witness the Truth","_top");
	addSubmenuItem("../../ingredients/ingredients.html","Chemical Ingredients","_top");
	addSubmenuItem("../../buyme/buyme.html","Buy Me","");
	addSubmenuItem("../../contactus/contactus.html","Contactus","_top");
	addSubmenuItem("../../disclaimer.html","Disclaimer","_top");




//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

