menunum=0;
menus=new Array();
_d=document;

function addmenu()
{	
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus()
{
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++)
	{
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";_d.write(mt)
}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#D5D2C9', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#D5D2C9', Direction=135, Strength=0)" // Stop IE5.5 bug when using more than one filter
}


timegap=510				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",				// Mouse Off Font Color
"3A4968",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"C6CCD5",				// Mouse On Background Color
"3A4968",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"000000",				// Current Page Item Font Color (leave this blank to disable)
"9EADC2",					// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"faf0e6",				// Mouse Off Font Color
"687892",				// Mouse Off Background Color
"3A4968",				// Mouse On Font Color
"C6CCD5",				// Mouse On Background Color
"3A4968",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana",				// Font Name
5,						// Menu Item Padding
"",						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"000000",				// Current Page Item Font Color (leave this blank to disable)
"8293A3",				// Current Page Item Background Color (leave this blank to disable)
"",						// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



var bMSIE = false;
var bMSIE4, bMSIE5, bMSIE55, bMSIE6;
var bNetscape = false, bNetscape_2 = false, bNetscape_3 = false, 
      bNetscape_4 = false;

    var ua = window.navigator.userAgent;
    var an = window.navigator.appName;

    // Is it IE?
    bMSIE = (ua.indexOf("MSIE")>=1);
    if (bMSIE)
    {
        // IE4
       bMSIE5 = (ua.indexOf("MSIE 4.0")>=1);
     
        // IE5
        bMSIE5 = (ua.indexOf("MSIE 5.0")>=1);
      
      // IE5.5
        bMSIE55 = (ua.indexOf("MSIE 5.5")>=1);
      
      //IE6
      bMSIE6 = (ua.indexOf("MSIE 6.0")>=1);
//      alert("microsoft browser");

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
90,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Home","home.asp","PACE Applied Technology, Inc. - Home",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Products","products.asp","PACE Applied Technology, Inc. - Products",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Support","support.asp","PACE Applied Technology, Inc. - Support",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;User&nbsp;Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=UserGroup","UserGroup.asp","PACE Applied Technology, Inc. - User Group",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Search","search.htm","PACE Applied Technology, Inc. - Search",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=ContactUs","contactus.asp","PACE Applied Technology, Inc. - Contact Us",1
])


///////////////////////////////
if(screen.width==800)
{
	addmenu(menu=["home",,7,120,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"About PACE","M1AboutPACE.asp",,"PACE Applied Technology, Inc. - About PACE",1
	,"What's New","M1News.asp",,"PACE Applied Technology, Inc. - News",1
	,"Seminars","M1Seminars.asp",,"PACE Applied Technology, Inc. - Seminars",1
	,"Consulting","M1Consulting.asp",,"PACE Applied Technology, Inc. - Consulting",1
 	,"Brochures","M1Brochures.asp",,"PACE Applied Technology, Inc. - Brochures",1
	,"Links","M1Links.asp",,"PACE Applied Technology, Inc. - Links",1
	])
	
	addmenu(menu=["Products",,126,153,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Jobs &amp; TSO","M2JobsTSO.asp",,"PACE Applied Technology, Inc. - Jobs & TSO",1
	,"DASD Space","M2DASDSpace.asp",,"PACE Applied Technology, Inc. - DASD Space",1
	,"PC Interface/KIM","M2PCInterfaceKIM.asp",,"PACE Applied Technology, Inc. - PC Interface/KIM",1
	,"Financial Management","M2FinancialMgmt.asp",,"PACE Applied Technology, Inc. - Financial Management",1
	,"Report Writer","M2ReportWriter.asp",,"PACE Applied Technology, Inc. - Report Writer",1
	,"CICS,DB2,IDMS,IMS,VM","M2CICS.asp",,"PACE Applied Technology, Inc. - CICS",1
	//,"DB2","M2DB2.asp",,"PACE Applied Technology, Inc. - DB2",1
	,"UNIX/LINUX","M2UNIX.asp",,"PACE Applied Technology, Inc. - UNIX",1
	,"Windows Server","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	//,"VM","M2VM.asp",,"PACE Applied Technology, Inc. - VM",1
	//,"IMS","M2IMS.asp",,"PACE Applied Technology, Inc. - IMS",1
	//,"IDMS","M2IDMS.asp",,"PACE Applied Technology, Inc. - IDMS",1
	//,"NetView","M2NetView.asp",,"PACE Applied Technology, Inc. NetView ",1
	,"Other Resources","M2OtherResources.asp",,"PACE Applied Technology, Inc. - Other Resources",1
	])
	
	
	addmenu(menu=["Support",,278,129,1,,style2,0,"left",effect,0,,,,,,,,,,,
        // ,"V4.4.0","M3V440.asp",,"PACE Applied Technology, Inc. - V4.4.0",1
	,"V5.4.0","M3V540.asp",,"PACE Applied Technology, Inc. - V5.4.0",1
	,"V5.5.0","M3V550.asp",,"PACE Applied Technology, Inc. - V5.5.0",1
	,"V5.6.0","M3V560.asp",,"PACE Applied Technology, Inc. - V5.6.0",1
	,"V6.0.0","M3V600.asp",,"PACE Applied Technology, Inc. - V6.0.0",1
        ,"V6.1.0","M3V610.asp",,"PACE Applied Technology, Inc. - V6.1.0",1
	,"Tips/White Papers","M3Tips.asp",,"PACE Applied Technology, Inc. - Tips",1
	,"Charging Systems","M3ChargingSystems.asp",,"PACE Applied Technology, Inc. - Charging Systems",1
	])

	
	addmenu(menu=["UserGroup",,406,144,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"PUG Home","M4PUGHome.asp",,"PACE Applied Technology, Inc. - PUG Home",1
	,"Articles","M4Articles.asp",,"PACE Applied Technology, Inc. - Articles",1
	//,"Newsletters","M4Newsletters.asp",,"PACE Applied Technology, Inc. - Newsletters",1
	,"Events","M4Events.asp",,"PACE Applied Technology, Inc. - Events",1
	,"Submit Requirement","M4SubmitRequirement.asp",,"PACE Applied Technology, Inc. - Submit Requirement",1
	,"Executive Board","M4ExecutiveBoard.asp",,"PACE Applied Technology, Inc. - Executive Board",1
	])
	
}

if(screen.width>800)
{
	addmenu(menu=["home",,119,120,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"About PACE","M1AboutPACE.asp",,"PACE Applied Technology, Inc. - About PACE",1
	,"What's New","M1News.asp",,"PACE Applied Technology, Inc. - News",1
	,"Seminars","M1Seminars.asp",,"PACE Applied Technology, Inc. - Seminars",1
	,"Consulting","M1Consulting.asp",,"PACE Applied Technology, Inc. - Consulting",1
	,"Brochures","M1Brochures.asp",,"PACE Applied Technology, Inc. - Brochures",1
	,"Links","M1Links.asp",,"PACE Applied Technology, Inc. - Links",1
	])
	
	addmenu(menu=["Products",,238,153,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Jobs &amp; TSO","M2JobsTSO.asp",,"PACE Applied Technology, Inc. - Jobs & TSO",1
	,"DASD Space","M2DASDSpace.asp",,"PACE Applied Technology, Inc. - DASD Space",1
	,"PC Interface/KIM","M2PCInterfaceKIM.asp",,"PACE Applied Technology, Inc. - PC Interface/KIM",1
	,"Financial Management","M2FinancialMgmt.asp",,"PACE Applied Technology, Inc. - Financial Management",1
	,"Report Writer","M2ReportWriter.asp",,"PACE Applied Technology, Inc. - Report Writer",1
	,"CICS,DB2,IDMS,IMS,VM","M2CICS.asp",,"PACE Applied Technology, Inc. - CICS",1
	//,"DB2","M2DB2.asp",,"PACE Applied Technology, Inc. - DB2",1
	,"UNIX/LINUX","M2UNIX.asp",,"PACE Applied Technology, Inc. - UNIX",1
	,"Windows Server","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	//,"VM","M2VM.asp",,"PACE Applied Technology, Inc. - VM",1
	//,"IMS","M2IMS.asp",,"PACE Applied Technology, Inc. - IMS",1
	//,"IDMS","M2IDMS.asp",,"PACE Applied Technology, Inc. - IDMS",1
	//,"NetView","M2NetView.asp",,"PACE Applied Technology, Inc. NetView ",1
	,"Other Resources","M2OtherResources.asp",,"PACE Applied Technology, Inc. - Other Resources",1
	])
	
	
	addmenu(menu=["Support",,390,129,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"V4.4.0","M3V440.asp",,"PACE Applied Technology, Inc. - V4.4.0",1
	,"V5.4.0","M3V540.asp",,"PACE Applied Technology, Inc. - V5.4.0",1
	,"V5.5.0","M3V550.asp",,"PACE Applied Technology, Inc. - V5.5.0",1
	,"V5.6.0","M3V560.asp",,"PACE Applied Technology, Inc. - V5.6.0",1
	,"V6.0.0","M3V600.asp",,"PACE Applied Technology, Inc. - V6.0.0",1
        ,"V6.1.0","M3V610.asp",,"PACE Applied Technology, Inc. - V6.1.0",1
	,"Tips/White Papers","M3Tips.asp",,"PACE Applied Technology, Inc. - Tips",1
	,"Charging Systems","M3ChargingSystems.asp",,"PACE Applied Technology, Inc. - Charging Systems",1
	])

	
	addmenu(menu=["UserGroup",,518,144,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"PUG Home","M4PUGHome.asp",,"PACE Applied Technology, Inc. - PUG Home",1
	,"Articles","M4Articles.asp",,"PACE Applied Technology, Inc. - Articles",1
	//,"Newsletters","M4Newsletters.asp",,"PACE Applied Technology, Inc. - Newsletters",1
	,"Events","M4Events.asp",,"PACE Applied Technology, Inc. - Events",1
	,"Submit Requirement","M4SubmitRequirement.asp",,"PACE Applied Technology, Inc. - Submit Requirement",1
	,"Executive Board","M4ExecutiveBoard.asp",,"PACE Applied Technology, Inc. - Executive Board",1
	])
	
}

///////////////////////////////


    }
    else if (an == "Netscape")
    {
        bNetscape = true;
        appVer = parseInt(navigator.appVersion);
        if (appVer >= 4)
            bNetscape_4 = true;
        else if (appVer >= 3)
            bNetscape_3 = true;
        else
            bNetscape_2 = true;
     	
     	//alert("netscape browser");
///////////////////////////////

if(screen.width==800)
{
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
88,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"left",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Home","home.asp","PACE Applied Technology, Inc. - Home",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Products","products.asp","PACE Applied Technology, Inc. - Products",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Support","support.asp","PACE Applied Technology, Inc. - Support",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;User&nbsp;Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=UserGroup","UserGroup.asp","PACE Applied Technology, Inc. - User Group",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Search","search.htm","PACE Applied Technology, Inc. - Search",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=ContactUs","contactus.asp","PACE Applied Technology, Inc. - Contact Us",1
])

}

if(screen.width>800)
{
addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
86,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Home","home.asp","PACE Applied Technology, Inc. - Home",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Products","products.asp","PACE Applied Technology, Inc. - Products",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Support","support.asp","PACE Applied Technology, Inc. - Support",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;User&nbsp;Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=UserGroup","UserGroup.asp","PACE Applied Technology, Inc. - User Group",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=Search","search.asp","PACE Applied Technology, Inc. - Search",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=ContactUs","contactus.asp","PACE Applied Technology, Inc. - Contact Us",1
])

}


if(screen.width==800)
{
	addmenu(menu=["home",,2,115,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"About PACE","M1AboutPACE.asp",,"PACE Applied Technology, Inc. - About PACE",1
	,"What's New","M1News.asp",,"PACE Applied Technology, Inc. - News",1
	,"Seminars","M1Seminars.asp",,"PACE Applied Technology, Inc. - Seminars",1
	,"Consulting","M1Consulting.asp",,"PACE Applied Technology, Inc. - Consulting",1
	,"Brochures","M1Brochures.asp",,"PACE Applied Technology, Inc. - Brochures",1
	,"Links","M1Links.asp",,"PACE Applied Technology, Inc. - Links",1
	])
	
	addmenu(menu=["Products",,116,146,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Jobs &amp; TSO","M2JobsTSO.asp",,"PACE Applied Technology, Inc. - Jobs & TSO",1
	,"DASD Space","M2DASDSpace.asp",,"PACE Applied Technology, Inc. - DASD Space",1
	,"PC Interface/KIM","M2PCInterfaceKIM.asp",,"PACE Applied Technology, Inc. - PC Interface/KIM",1
	,"Financial Management","M2FinancialMgmt.asp",,"PACE Applied Technology, Inc. - Financial Management",1
	,"Report Writer","M2ReportWriter.asp",,"PACE Applied Technology, Inc. - Report Writer",1
	,"CICS,DB2,IDMS,IMS,VM","M2CICS.asp",,"PACE Applied Technology, Inc. - CICS",1
	//,"DB2","M2DB2.asp",,"PACE Applied Technology, Inc. - DB2",1
	,"UNIX/LINUX","M2UNIX.asp",,"PACE Applied Technology, Inc. - UNIX",1
	,"Windows Server","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	//,"VM","M2VM.asp",,"PACE Applied Technology, Inc. - VM",1
	//,"IMS","M2IMS.asp",,"PACE Applied Technology, Inc. - IMS",1
	//,"IDMS","M2IDMS.asp",,"PACE Applied Technology, Inc. - IDMS",1
	//,"NetView","M2NetView.asp",,"PACE Applied Technology, Inc. NetView ",1
	,"Other Resources","M2OtherResources.asp",,"PACE Applied Technology, Inc. - Other Resources",1
	,"SCSW","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	])
	
	
	addmenu(menu=["Support",,261,123,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"V4.4.0","M3V440.asp",,"PACE Applied Technology, Inc. - V4.4.0",1
	,"V5.4.0","M3V540.asp",,"PACE Applied Technology, Inc. - V5.4.0",1
	,"V5.5.0","M3V550.asp",,"PACE Applied Technology, Inc. - V5.5.0",1
	,"V5.6.0","M3V560.asp",,"PACE Applied Technology, Inc. - V5.6.0",1
	,"V6.0.0","M3V600.asp",,"PACE Applied Technology, Inc. - V6.0.0",1
        ,"V6.1.0","M3V610.asp",,"PACE Applied Technology, Inc. - V6.1.0",1
	,"Tips/White Papers","M3Tips.asp",,"PACE Applied Technology, Inc. - Tips",1
	,"Charging Systems","M3ChargingSystems.asp",,"PACE Applied Technology, Inc. - Charging Systems",1
	])

	
	addmenu(menu=["UserGroup",,383,135,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"PUG Home","M4PUGHome.asp",,"PACE Applied Technology, Inc. - PUG Home",1
	,"Articles","M4Articles.asp",,"PACE Applied Technology, Inc. - Articles",1
	//,"Newsletters","M4Newsletters.asp",,"PACE Applied Technology, Inc. - Newsletters",1
	,"Events","M4Events.asp",,"PACE Applied Technology, Inc. - Events",1
	,"Submit Requirement","M4SubmitRequirement.asp",,"PACE Applied Technology, Inc. - Submit Requirement",1
	,"Executive Board","M4ExecutiveBoard.asp",,"PACE Applied Technology, Inc. - Executive Board",1
	])
}
	

if(screen.width>800)
{
	addmenu(menu=["home",,134,115,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"About PACE","M1AboutPACE.asp",,"PACE Applied Technology, Inc. - About PACE",1
	,"What's New","M1News.asp",,"PACE Applied Technology, Inc. - News",1
	,"Seminars","M1Seminars.asp",,"PACE Applied Technology, Inc. - Seminars",1
	,"Consulting","M1Consulting.asp",,"PACE Applied Technology, Inc. - Consulting",1
	,"Brochures","M1Brochures.asp",,"PACE Applied Technology, Inc. - Brochures",1
	,"Links","M1Links.asp",,"PACE Applied Technology, Inc. - Links",1
	])
	
	addmenu(menu=["Products",,248,146,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"Jobs &amp; TSO","M2JobsTSO.asp",,"PACE Applied Technology, Inc. - Jobs & TSO",1
	,"DASD Space","M2DASDSpace.asp",,"PACE Applied Technology, Inc. - DASD Space",1
	,"PC Interface/KIM","M2PCInterfaceKIM.asp",,"PACE Applied Technology, Inc. - PC Interface/KIM",1
	,"Financial Management","M2FinancialMgmt.asp",,"PACE Applied Technology, Inc. - Financial Management",1
	,"Report Writer","M2ReportWriter.asp",,"PACE Applied Technology, Inc. - Report Writer",1
	,"CICS,DB2,IDMS,IMS,VM","M2CICS.asp",,"PACE Applied Technology, Inc. - CICS",1
	//,"DB2","M2DB2.asp",,"PACE Applied Technology, Inc. - DB2",1
	,"UNIX/LINUX","M2UNIX.asp",,"PACE Applied Technology, Inc. - UNIX",1
	,"Windows Server","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	//,"VM","M2VM.asp",,"PACE Applied Technology, Inc. - VM",1
	//,"IMS","M2IMS.asp",,"PACE Applied Technology, Inc. - IMS",1
	//,"IDMS","M2IDMS.asp",,"PACE Applied Technology, Inc. - IDMS",1
	//,"NetView","M2NetView.asp",,"PACE Applied Technology, Inc. NetView ",1
	,"Other Resources","M2OtherResources.asp",,"PACE Applied Technology, Inc. - Other Resources",1
	,"SCSW","SCSW.asp",,"PACE Applied Technology, Inc. - Windows Server Charging Systems",1
	])
	
	
	addmenu(menu=["Support",,393,123,1,,style2,0,"left",effect,0,,,,,,,,,,,
	//,"V4.4.0","M3V440.asp",,"PACE Applied Technology, Inc. - V4.4.0",1
	,"V5.4.0","M3V540.asp",,"PACE Applied Technology, Inc. - V5.4.0",1
	,"V5.5.0","M3V550.asp",,"PACE Applied Technology, Inc. - V5.5.0",1
	,"V5.6.0","M3V560.asp",,"PACE Applied Technology, Inc. - V5.6.0",1
	,"V6.0.0","M3V600.asp",,"PACE Applied Technology, Inc. - V6.0.0",1
        ,"V6.1.0","M3V610.asp",,"PACE Applied Technology, Inc. - V6.1.0",1
	,"Tips/White Papers","M3Tips.asp",,"PACE Applied Technology, Inc. - Tips",1
	,"Charging Systems","M3ChargingSystems.asp",,"PACE Applied Technology, Inc. - Charging Systems",1
	])

	
	addmenu(menu=["UserGroup",,515,135,1,,style2,0,"left",effect,0,,,,,,,,,,,
	,"PUG Home","M4PUGHome.asp",,"PACE Applied Technology, Inc. - PUG Home",1
	,"Articles","M4Articles.asp",,"PACE Applied Technology, Inc. - Articles",1
	//,"Newsletters","M4Newsletters.asp",,"PACE Applied Technology, Inc. - Newsletters",1
	,"Events","M4Events.asp",,"PACE Applied Technology, Inc. - Events",1
	,"Submit Requirement","M4SubmitRequirement.asp",,"PACE Applied Technology, Inc. - Submit Requirement",1
	,"Executive Board","M4ExecutiveBoard.asp",,"PACE Applied Technology, Inc. - Executive Board",1
	])
}


///////////////////////////////

    }



dumpmenus()