// JavaScript Document
document.write("      <IMG SRC=\"/images/placeholder.gif\" BORDER=\"0\" WIDTH=\"150\" HEIGHT=\"205\" ALT=\"\">");
document.write("      <TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\" ALIGN=\"CENTER\">");
document.write("        <TR><TD ALIGN=\"CENTER\"><A HREF=\"http://www.depweb.state.pa.us/dep/redirector.asp?u=http://www.earth911.org/\"><IMG SRC=\"images/911logo_new.jpg\" BORDER=\"0\" WIDTH=\"95\" HEIGHT=\"135\" ALT=\"Earth 911\"></A></TD></TR>");
document.write("      </TABLE>");
document.write("      <IMG SRC=\"/images/placeholder.gif\" BORDER=\"0\" WIDTH=\"150\" HEIGHT=\"10\" ALT=\"\">");
document.write("      <TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"1\" ALIGN=\"CENTER\" BGCOLOR=\"#373737\" WIDTH=\"148\">");
document.write("        <TR>");
document.write("          <TD BGCOLOR=\"#FFFFFF\">");
document.write("            <TABLE BORDER=\"0\" CELLPADDING=\"1\" CELLSPACING=\"0\" ALIGN=\"CENTER\">");
document.write("              <TR><TD ALIGN=\"CENTER\"><A HREF=\"media.htm\"><IMG SRC=\"images/video_audio.jpg\" BORDER=\"0\" ALT=\"Video/Audio\" HEIGHT=\"17\" WIDTH=\"81\"></A></TD></TR>");
document.write("              <TR><TD ALIGN=\"CENTER\"><A HREF=\"media.htm\"><IMG SRC=\"images/mediabox.gif\" BORDER=\"0\" ALT=\"Video/Audio\"></A></TD></TR>");
document.write("            </TABLE>");
document.write("          </TD>");
document.write("        </TR>");
document.write("      </TABLE>");
document.write("      <BR>");
document.write("      <TABLE BORDER=\"0\" CELLPADDING=\"2\" CELLSPACING=\"0\">");
document.write("        <TR><TD ALIGN=\"CENTER\" STYLE=\"font-size:70%\"><B>Related Topics:</B><BR><A HREF=\"http://www.portal.state.pa.us/portal/server.pt/community/illegal_dumping/14084/litter_program/589635\">Litter</A> | <A HREF=\"http://www.portal.state.pa.us/portal/server.pt?open=514&objID=589692&mode=2\">Oil Recycling</A> | <A HREF=\"http://www.portal.state.pa.us/portal/server.pt/community/household/14079/home/589597\">Household Hazardous Waste</A> | <A HREF=\"http://www.portal.state.pa.us/portal/server.pt?open=514&objID=589696&mode=2\">Tire Recycling</A> | <A HREF=\"http://www.portal.state.pa.us/portal/server.pt/community/household/14079/electronics_management_program/589592\">Electronic Discards</A></TD></TR>");
document.write("        <TR><TD ALIGN=\"CENTER\" STYLE=\"font-size:70%\"><A HREF=\"http://www.portal.state.pa.us/portal/server.pt/community/waste/6006\">Bureau of Waste Management Homepage</A></TD></TR>");
document.write("      </TABLE>");

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=4
oCMenu.fromLeft=30
oCMenu.fromTop=80   
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=100 
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=148
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=0 
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right" 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="bottom" 

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top00','','&nbsp;Recycling Home','/dep/deputate/airwaste/wm/recycle/recycle.htm','',148)
 
oCMenu.makeMenu('top0','','&nbsp;Topics','','',148)
  oCMenu.makeMenu('sub00','top0','Waste Reduction','http://www.portal.state.pa.us/portal/server.pt/community/waste_reduction/14068/home/589555','',148)
  oCMenu.makeMenu('sub01','top0','Composting','http://www.portal.state.pa.us/portal/server.pt/community/composting/14063/home/589525','',148)
  oCMenu.makeMenu('sub02','top0','Buy Recycled','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Buy/Buy.htm','',148)
  oCMenu.makeMenu('sub03','top0','School Recycling','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/School/school.htm','',148)
  oCMenu.makeMenu('sub04','top0','Market Development','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Market/market.htm','',148)
  oCMenu.makeMenu('sub05','top0','Recycling Site Map','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Recycle2.htm','',148)
  oCMenu.makeMenu('sub06','top0','Recycling','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Recycle2.htm#recycle','',148)
  oCMenu.makeMenu('sub07','top0','Commercial Recycling','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/RECYCLE/Commercial/Commercial_sum.htm','',148)
  oCMenu.makeMenu('sub08','top0','Litter','http://www.portal.state.pa.us/portal/server.pt/community/illegal_dumping/14084/litter_program/589635','',148)
  oCMenu.makeMenu('sub09','top0','Oil Recycling','http://www.portal.state.pa.us/portal/server.pt/community/waste_oil_program/14096/home/589692','',148)
  oCMenu.makeMenu('sub010','top0','Household Hazardous Waste','http://www.portal.state.pa.us/portal/server.pt/community/household/14079/home/589597','',148)
  oCMenu.makeMenu('sub011','top0','Tire Recycling','http://www.portal.state.pa.us/portal/server.pt?open=514&objID=589696&mode=2','',148)
  oCMenu.makeMenu('sub012','top0','Electronic Discards','http://www.portal.state.pa.us/portal/server.pt/community/household/14079/electronics_management_program/589592','',148)
  
oCMenu.makeMenu('top1','','&nbsp;Resources','','',148)
  oCMenu.makeMenu('sub10','top1','Technical Assistance','http://www.portal.state.pa.us/portal/server.pt/community/technical_assistance/14066/home/589537','',148)
  oCMenu.makeMenu('sub11','top1','Financial Assistance','http://www.portal.state.pa.us/portal/server.pt/community/financial_assistance/14065/home/589531','',148)
  oCMenu.makeMenu('sub12','top1','Recycling Coordinators\' Corner','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Coordinators/Corner.htm','',148, 34)
  oCMenu.makeMenu('sub13','top1','County Recycling Coordinators','http://www.portal.state.pa.us/portal/server.pt/community/public_resources/14067/county_recycling_coordinators/589547','',148, 34)
  oCMenu.makeMenu('sub14','top1','Regional Recycling Coordinators','http://www.portal.state.pa.us/portal/server.pt/community/municipal_resources/14064/regional_recycling_program_contacts/589545','',148, 34)
  oCMenu.makeMenu('sub15','top1','More Recycling Information . . .','http://www.dep.state.pa.us/dep/deputate/airwaste/wm/recycle/Recycle2.htm','',148)

oCMenu.makeMenu('top2','','&nbsp;Contacts','','',148)
  oCMenu.makeMenu('sub20','top2','County Recycling Coordinators','http://www.portal.state.pa.us/portal/server.pt/community/public_resources/14067/county_recycling_coordinators/589547','',148, 34)
  oCMenu.makeMenu('sub21','top2','Regional Recycling Coordinators','http://www.portal.state.pa.us/portal/server.pt/community/municipal_resources/14064/regional_recycling_program_contacts/589545','',148, 34)

oCMenu.makeMenu('top3','','&nbsp;Partners','','',148)
  oCMenu.makeMenu('sub30','top3','Environmental Protection Agency','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.epa.gov/','',148, 34)
  oCMenu.makeMenu('sub31','top3','County Recycling Coordinators','http://www.portal.state.pa.us/portal/server.pt/community/public_resources/14067/county_recycling_coordinators/589547','',148, 34)
  oCMenu.makeMenu('sub32','top3','Professional Recyclers of Pennsylvania','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.proprecycles.org/','',148, 34)
  oCMenu.makeMenu('sub33','top3','Pennsylvania Resources Council','http://www.depweb.state.pa.us/dep/redirector.asp?u=http://www.prc.org/','',148, 34)
  oCMenu.makeMenu('sub34','top3','PA CleanWays','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.pacleanways.org/','',148)
  oCMenu.makeMenu('sub35','top3','Pennsylvania Recycling Markets Center','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.parmc.org/','',148, 34)
  oCMenu.makeMenu('sub36','top3','National Recycling Coalition','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.nrc-recycle.org/','',148)
  oCMenu.makeMenu('sub37','top3','Northeast Recycling Council','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.nerc.org/','',148)
  
oCMenu.makeMenu('top4','','&nbsp;Where To Recycle','','',148)
  oCMenu.makeMenu('sub40','top4','Earth 911','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://www.earth911.org/','',148)
  oCMenu.makeMenu('sub41','top4','Composting and Recycling Drop-Off Locations','http://www.portal.state.pa.us/portal/server.pt/community/dep_external_redirect/9131?externalurl=http://myecoville.com/us/pa/home/','',148, 34)
  oCMenu.makeMenu('sub42','top4','Electronics Recyclers','http://www.portal.state.pa.us/portal/server.pt?open=514&objID=589590&mode=2','',148)
  oCMenu.makeMenu('sub43','top4','Used Oil Program','http://www.portal.state.pa.us/portal/server.pt/community/waste_oil_program/14096','',148)
  oCMenu.makeMenu('sub45','top4','Market Outlets for Recyclable Materials','http://www.dep.state.pa.us/recycle_markets/Search.aspx','',148, 34)
  oCMenu.makeMenu('sub46','top4','Unique Recyclables Facility List','http://files.dep.state.pa.us/Waste/Recycling/RecyclingPortalFiles/Documents/uniquerecyclables.pdf','',148, 34)
  oCMenu.makeMenu('sub47','top4','Agricultural Plastics Outlets','http://files.dep.state.pa.us/Waste/Recycling/RecyclingPortalFiles/Documents/agplastics.pdf','',148)

//Leave this line - it constructs the menu
oCMenu.construct()

/******************************************
CREATE SECOND MENU
******************************************/

//Menu object creation
oCMenu2=new makeCM("oCMenu2") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu2.pxBetween=4
oCMenu2.fromLeft=30 
oCMenu2.fromTop=289   
oCMenu2.rows=0 
oCMenu2.menuPlacement=0

oCMenu2.offlineRoot="" 
oCMenu2.onlineRoot="" 
oCMenu2.resizeCheck=1 
oCMenu2.wait=100 
oCMenu2.fillImg=""
oCMenu2.zIndex=0

//Background bar properties
oCMenu2.useBar=1
oCMenu2.barWidth="menu"
oCMenu2.barHeight="menu" 
oCMenu2.barClass="clBar"
oCMenu2.barX="menu"
oCMenu2.barY="menu"
oCMenu2.barBorderX=0
oCMenu2.barBorderY=0
oCMenu2.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu2.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu2.level[0].width=148
oCMenu2.level[0].height=25
oCMenu2.level[0].regClass="clLevel0"
oCMenu2.level[0].overClass="clLevel0over"
oCMenu2.level[0].borderX=1
oCMenu2.level[0].borderY=1
oCMenu2.level[0].borderClass=0
oCMenu2.level[0].offsetX=0 
oCMenu2.level[0].offsetY=0
oCMenu2.level[0].rows=0
oCMenu2.level[0].align="right" 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu2.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu2.level[1].width=oCMenu2.level[0].width-2
oCMenu2.level[1].height=22
oCMenu2.level[1].regClass="clLevel1"
oCMenu2.level[1].overClass="clLevel1over"
oCMenu2.level[1].style=""
oCMenu2.level[1].align="right" 
oCMenu2.level[1].offsetX=0
oCMenu2.level[1].offsetY=0
oCMenu2.level[1].borderClass="clLevel1border"
oCMenu2.level[1].borderX=1 
oCMenu2.level[1].borderY=1
oCMenu2.level[1].rows=0
oCMenu2.level[1].align="bottom" 

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
/* 
oCMenu2.makeMenu('top0','','&nbsp;Who?','/dep/deputate/airwaste/wm/recycle/who.htm','',148)
  
oCMenu2.makeMenu('top1','','&nbsp;What?','/dep/deputate/airwaste/wm/recycle/what.htm','',148)

oCMenu2.makeMenu('top2','','&nbsp;How?','/dep/deputate/airwaste/wm/recycle/how.htm','',148)

oCMenu2.makeMenu('top3','','&nbsp;Why?','/dep/deputate/airwaste/wm/recycle/why.htm','',148)

oCMenu2.makeMenu('top4','','&nbsp;Where?','','',148)
  oCMenu2.makeMenu('sub40','top4','Earth 911','http://www.depweb.state.pa.us/dep/redirector.asp?u=http://www.earth911.org/','',148)
  oCMenu2.makeMenu('sub41','top4','Municipal Recycling Programs Search ','http://www.dep.state.pa.us/wm_apps/curbside/','',148, 34)
  oCMenu2.makeMenu('sub42','top4','Used Oil Collection Sites','http://www.dep.state.pa.us/cgi_apps/oil/','',148)
  oCMenu2.makeMenu('sub43','top4','Recycled Products Guide','http://www.dep.state.pa.us/wm_apps/recycledproducts/','',148)
  oCMenu2.makeMenu('sub44','top4','Recycling Markets Search','http://www.dep.state.pa.us/wm_apps/recyclingmarkets/','',148)
  oCMenu2.makeMenu('sub45','top4','Unique Recyclables Facility List','http://www.dep.state.pa.us/wm_apps/SpecialRecylables/','',148, 34)

//Leave this line - it constructs the menu
oCMenu2.construct()
*/


