//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#333333', Direction=135, Strength=4)"
}
else
{
	effect = "Shadow(color='#333333', Direction=135, Strength=4)" // Stop IE5.5 bug when using more than one filter
}


timegap=100				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=40;		// Sub menu offset Left position


style4=[				// 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.
"black",				// Mouse Off Font Color
"white",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"black",				// Mouse On Background Color
"cccccc",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"336699",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// 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)
]

newspaper=[				// 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.
"black",				// Mouse Off Font Color
"white",				// Mouse Off Background Color
"black",				// Mouse On Font Color
"white",				// Mouse On Background Color
"white",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
5,						// Menu Item Padding
,	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,				// 3D High Color
,				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]



style3=[				// 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.
"black",				// Mouse Off Font Color
"white",				// Mouse Off Background Color
"white",				// Mouse On Font Color
"003366",				// Mouse On Background Color
"cccccc",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"336699",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",				// 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)
]

newspaper=[				// 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.
"black",				// Mouse Off Font Color
"white",				// Mouse Off Background Color
"black",				// Mouse On Font Color
"white",				// Mouse On Background Color
"white",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
5,						// Menu Item Padding
,	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,				// 3D High Color
,				// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,				// Current Page Item Background Color (leave this blank to disable)
,			// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]

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.
"white",				// Mouse Off Font Color
"990000",				// Mouse Off Background Color
"FFCC00",				// Mouse On Font Color
"003366",				// Mouse On Background Color
"FFFFFF",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"",	// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"336699",				// 3D High Color
"336699",				// 3D Low Color
"white",				// Current Page Item Font Color (leave this blank to disable)
"black",				// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"white",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"homelink",			// Menu Name - This is needed in order for the menu to be called
,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
180,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// 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)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// 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)
0,					// 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

,"MEDIA KIT HOME","index.html",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

])


addmenu(menu=[		// This is the array that contains your menu properties and details
"newspaper",			// Menu Name - This is needed in order for the menu to be called
175,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
100,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
newspaper,				// 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)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// 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)
0,					// 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

,"NEWSPAPER ADVERTISING","",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

])



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
200,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
180,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style3,				// 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)
"left",				// 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)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,					// 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

,"Advertising Services","show-menu=adtransit","adtransit.html","",1
,"Chicago Sun-Times","show-menu=suntimes","suntimes.html","",1
,"Aurora Beacon News","show-menu=beaconnews","beaconnews.html","",1
,"Joliet Herald News","show-menu=heraldnews","heraldnews.html","",1
,"Elgin Courier News","show-menu=couriernews","couriernews.html","",1
,"Lake County News Sun","lakecounty.html",,,1
,"Naperville Sun","sunpubs.html","","",1
,"Sun Publications","show-menu=sunpubs","sunpubs.html","",1
,"Southtown Star","show-menu=southtown","southtownstar.html","",1
,"Pioneer Press","show-menu=pioneer","pioneer.html","",1
,"Post-Trib","show-menu=posttrib","posttrib.html","",1
,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
,"Disclaimer / Policy","http://www.suntimes.com/aboutus/terms.stng",,,1
,"Contact List","contactlist.html",,,1

])



	addmenu(menu=["adtransit",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Adtransit Info","adtransit.html",,,1
	,"Download Adtransit PDFs","adtransitpdfs.html",,,1
	,"etearsheets Info","etearsheets.html",,,1
	,"etearsheets Users Guide (pdf)","pdfs/etearusersguide.pdf",,,1
	,"Log on to etearsheets","http://etearsheets.suntimes.com/",,,1
	])
	addmenu(menu=["suntimes",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Sun-Times Home","suntimes.html",,,1
	,"Personnel","suntimespersonnel.html",,,1
	,"Representatives and Offices","suntimesrepsandoffices.html",,,1
	,"Zone Maps","suntimeszonemaps.html",,,1
	,"PDF Download Center","suntimespdfs.html",,,1
	,"Download Retail Rate Card","pdfs/2009_General_Rate_Card_103009v20.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])
	
	addmenu(menu=["beaconnews",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Beacon News Home","beaconnews.html",,,1
	,"Special Section Calendar","bnspecialseccal.html",,,1
	,"Go! Section","bngosection.html",,,1
	,"Print &amp; Deliver","bnprintdeliver.html",,,1
	,"Zoned: Oswego, Yorkville &amp; Central","bnzonedmaps.html",,,1
	,"PDF Download Center","bnpdfs.html",,,1
	,"Download Retail Rate Card","http://media.suburbanchicagonews.com/images/cds/mediakit/2009_Retail_Rate_Card_Beacon_News.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])

	addmenu(menu=["heraldnews",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Herald News Home","heraldnews.html",,,1
	,"PDF Download Center","heraldpdfs.html",,,1
	,"Download Retail Rate Card","http://media.suburbanchicagonews.com/images/cds/mediakit/2009_Retail_Rate_Card_Herald_News.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])

	addmenu(menu=["couriernews",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Courier News Home","couriernews.html",,,1
	,"PDF Download Center","courierpdfs.html",,,1
	,"Download Retail Rate Card","http://media.suburbanchicagonews.com/images/cds/mediakit/2009_Retail_Rate_Card_Courier_News.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])
	addmenu(menu=["napersun",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Courier News Home","courier.html",,,1
	,"Out and About","sunpubsoutabout.html",,,1
	,"Ad Sizes & Specs","suntimesadsizes.html",,,1
	,"Zone Maps","suntimeszonemaps.html",,,1
	,"PDF Download Center","suntimespdfs.html",,,1
	,"Download Retail Rate Card","pdfs/2009_Retail_Rate_Card_103009v20.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])
	addmenu(menu=["sunpubs",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Sun Publications Home","sunpubs.html",,,1
	,"Out and About","sunpubsoutandabout.html",,,1
	,"Distribution Stats","sunpubdistributionstats.html",,,1
	,"PDF Download Center","sunpubspdfs.html",,,1
	,"Download Retail Rate Card","pdfs/SunPubRates.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])
	addmenu(menu=["southtown",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Southtown Star Home","southtownstar.html",,,1
	,"Real Estate","southtownstarRE.html",,,1
	,"PDF Download Center","southtownstarpdfs.html",,,1
	,"Download Retail Rate Card","southtownstarpdfs.html",,,1
	])
	addmenu(menu=["pioneer",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Pioneer Press Home","pioneer.html",,,1
	,"PDF Download Center","pioneerpdfs.html",,,1
	,"Download Retail Rate Card","pdfs/pioneer.pdf",,,1
	,"Auto Rates (pdf)","pdfs/AutoRates_web.pdf",,,1
	])
	addmenu(menu=["posttrib",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Post Tribune Home","posttrib.html",,,1
	,"Retail Zoned Rates","posttribzoned.html",,,1
	,"Real Estate","posttribre.html",,,1
	,"Retail Rate Card (pdf)","pdfs/2009_Post-Tribune_Retail_Rates_TAB.pdf",,,1
	,"Zoned Rate Card (pdf)","pdfs/2009_Post-Tribune_Zoned_Retail_Rates.pdf",,,1
	,"National Rate Card (pdf)","pdfs/2009_Post-Tribune_National_Rates_TAB.pdf",,,1
	,"Real Estate Rate Card (pdf)","pdfs/2009_Post-Tribune_Real_Estate_TAB.pdf",,,1
	,"Classified Rate Card (pdf)","pdfs/PT_2009_Classified_Rates.pdf",,,1
	,"Auto Rates (pdf)","pdfs/PST_AutoRates.pdf",,,1
	,"Online Advertising (pdf)","pdfs/PT_2009_OnLine_Ratecard.pdf",,,1
	,"PDF Download Center","posttribpdfs.html",,,1
	])
	
addmenu(menu=[		// This is the array that contains your menu properties and details
"INTERACTIVE MEDIA",			// Menu Name - This is needed in order for the menu to be called
540,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
180,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
newspaper,				// 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)
"left",				// 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)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,					// 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

,"INTERACTIVE MEDIA","","","",1

])

addmenu(menu=[		// This is the array that contains your menu properties and details
"online",			// Menu Name - This is needed in order for the menu to be called
570,					// Menu Top - The Top position of the menu in pixels
,				    // Menu Left - The Left position of the menu in pixels
180,				// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style3,				// 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)
"left",				// 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)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,					// 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

,"Online Advertising","show-menu=onlineadvertising","online.html","",1
,"Online Ad Opportunities","show-menu=onlineadoptions","online.html","",1
//," CenterstageChicago.com","centerstage.html","","",1

])
	addmenu(menu=["onlineadvertising",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"Audience Measurement","onlineaudiencemeasurement.html",,,1
	,"Audience Demographics","onlinedemos.html",,,1
	,"Online Ad Sizes/Specs","onlineadspecs.html",,,1
	,"Online Ad Rates","onlineadrates.html",,,1
	,"Online Ad Opportunities","onlineadopps.html",,,1
	])

	addmenu(menu=["onlineadoptions",
	,,150,1,"",style3,,"left",effect,,,,,,,,,,,,
	,"CenterstageChicago.com","centerstage.html",,,1
	,"RogerEbert.com","rogerebert.html",,,1
	,"STM Websites","stm.html",,,1
	,"Suntimes.com","suntimesoptions.html",,,1
	,"Suburban Chicago News","suburbanchicagonews.html",,,1
	,"SouthtownStar.com","southtownstaroptions.html",,,1
	,"Post-Trib.com","posttriboptions.html",,,1
	,"SearchChicago.com","searchchicago.html",,,1
	,"PioneerLocal.com","pioneerlocal.html",,,1
	,"YourSeason.com","yourseason.html",,,1
	,"Yahoo! Partnership","yahoo.html",,,1

	])



dumpmenus()
