if (!exclude) {

// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	70; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// 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 = 	"3366cc";	// main nav cell color
//var mCOLOR = 	"0010d4";	// main nav cell color
var rCOLOR = 	"4488ff";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"aaaaaa"	// main nav border color
var aLINK = 	"dddddd";	// main nav link color
var aHOVER = 	"white";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// 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 =	false;		// keep rollover color when browsing menu
var vOFFSET = 	4;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"3366cc";	// submenu cell color

var srCOLOR = 	"4488ff";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"aaaaaa"	// submenu border color
var saLINK = 	"dddddd";	// submenu link color
var saHOVER = 	"white";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"";// submenu font face
var sfSIZE = 	11;		// 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 =	5;		// submenu drop shadow size
var shCOLOR =	"aaaaaa";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = false;		// 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 closeTIMER = 300;		// 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 = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


addMainItem("http://consipio.com/","<span class='u'></span>Home",115,"center","","",0,0,"e");

addMainItem("http://consipio.com/scada_consulting_services.php","<span class='u'></span>Services",115,"center","","",0,0,"w");

addMainItem("http://consipio.com/scada_consultants_experience.php","<span class='u'></span>Experience",115,"center","","",0,0,"s");

addMainItem("http://consipio.com/scada_simulators_and_tools/","<span class='u'></span>Products",115,"center","_blank","",0,0,"r"); 
	defineSubmenuProperties(120,"left","center",-4,0,"");
	addSubmenuItem("http://consipio.com/scada_simulators_and_tools/pipeline_operator_trainer_plc_scanario_simulator.php","Simulation Software","_blank","");
	addSubmenuItem("http://consipio.com/scada_simulators_and_tools/tracking_software.php","Tracking Software","_blank","");
	addSubmenuItem("http://consipio.com/scada_simulators_and_tools/content_management_software.php","Content Management","_blank","");

	
addMainItem("","Links<span class='u'></span>",115,"center","","",0,0,"r"); 
	defineSubmenuProperties(120,"left","center",-4,0,"");
	addSubmenuItem("http://consipio.com/subnetcalc.php","IP Subnet Calculator","","");
	addSubmenuItem("http://consipio.com/bug","Service requests","_blank","");
	addSubmenuItem("http://consipio.com/todo","Todo List","_blank","");
	
	

addMainItem("http://consipio.com/scada_system_consulting_contact.php","<span class='u'></span>Contact",115,"center","","",0,0,"s");
}