	var NoOffFirstLineMenus=17;			// Number of first level items
	var LowBgColor='#D3D3D3';			// Background color when mouse is not over
	var LowSubBgColor='#01009C';		// Background color when mouse is not over on subs
	var HighBgColor='#01009C';			// Background color when mouse is over
	var HighSubBgColor='#FCEDCF';		// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#BB0000';			// Font color when mouse is over
	var FontSubHighColor='#BB0000';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"			// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=165;				// Menu offset x coordinate
	var StartLeft=14;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=4;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/blue-nav0.gif:images/nav-0-3.gif","index.shtml","",0,20,125);

Menu2=new Array("rollover:images/blue-nav-1.gif:images/nav-1-2.gif","","",7);
Menu2_1=new Array("ADGA FAQ page","faq-index.html","",0,20,260); 
Menu2_2=new Array("ADGA Events Calendar ","remind.htm","",0,20,260);
Menu2_3=new Array("Breed Standards","breedstandards.html","",0,20,260);   
Menu2_4=new Array("Registry Statistics","database-stats.html","",0,20,260);
Menu2_5=new Array("ADGA Charter","https://www.sos.mo.gov/BusinessEntity/soskb/Corp.asp?641949","",0,20,160);
Menu2_6=new Array("ADGA Staff","staff.htm","",0,20,160);
Menu2_7=new Array("NAIS Position Statement","http://adga.org/NAIS_Statement.html","",0,20,260);

Menu3=new Array("rollover:images/menu_join.gif:images/menu_join_roll.gif","http://adga.org/membership.html","",0);

Menu4=new Array("rollover:images/menu_renew.gif:images/menu_renew_roll.gif","https://secure.cnchost.com/adga.org/MemberRenewal.htm","",0);

Menu5=new Array("rollover:images/blue-nav-2.gif:images/nav-2-2.gif","","",10);
Menu5_1=new Array("Nominating for an Award","awards-program.htm","",0,20,240);

Menu5_2=new Array("Biography of Helen Hunt","HelenHunt.htm","",0,20,240);
Menu5_3=new Array("Biography of Mary L. Farley","MaryFarley.htm","",0,20,240);

Menu5_4=new Array("Club Newsletters","","",2);
Menu5_4_1=new Array("2006 CNC Winners","cncWinners.html","",0,20,240);
Menu5_4_2=new Array("2007 CNC Winners","CNC.2007.Winners.html","",0,20,240);
Menu5_5=new Array("1998","","",2);
Menu5_5_1=new Array("Helen C. Hunt","98-helen-hunt.html","",0,20,180);
Menu5_5_2=new Array("Master Judge Emeriti","98-judgeEmeriti.html","",0,20,180);
Menu5_6=new Array("1999 Mary L. Farley Award","99-farley.html","",0);
Menu5_7=new Array("2000 Mary L. Farley Award","00-farley.html","",0);
Menu5_8=new Array("2005 Mary L. Farley Award","05-farley.html","",0);
Menu5_9=new Array("2001 Friend of ADGA","01-friend.html","",0);
Menu5_10=new Array("2008 Distinguished Service Award","09-dsaward.html","",0);
	
Menu6=new Array("rollover:images/blue-nav-3.gif:images/nav-3-2.gif","","",3);
Menu6_1=new Array("Committee Chairs/Members","https://members.adga.org/member/ADGAPortal.aspx?t=0&p=CL","",0,20,230);
Menu6_2=new Array("Year End Reports","","",4);
Menu6_2_1=new Array("2002","http://adgacommittees.org/artman/publish/reports.shtml","",0,20,350);
Menu6_2_2=new Array("2003","http://adga.org/CommYEReports.htm","",0,20,250);
Menu6_2_3=new Array("2004","http://adga.org/2004CommYEReports.htm","",0,20,100);
Menu6_2_4=new Array("2005","http://adga.org/2005CommYEReports.htm","",0,20,100);
Menu6_3=new Array("Committee Appointment Application","http://adga.org/Committee_Form_Blank.htm","",0,20,230);

Menu7=new Array("rollover:images/blue-nav-11.gif:images/nav-11-2.gif","","",4);
Menu7_1=new Array("ADGA Genetics Start Page","http://www.adgagenetics.org","",0,20,230);   
Menu7_2=new Array("Pedigree Search","http://www.adgagenetics.org/PedigreeSearch.aspx","",0,20,230);   
Menu7_3=new Array("Planned Pedigree","http://www.adgagenetics.org/PlannedPedigree.aspx","",0,20,160);   
Menu7_4=new Array("PTI/ETA Index Search","http://www.adgagenetics.org/IndexSearch.aspx","",0,20,160);

Menu8=new Array("rollover:images/blue-nav-12.gif:images/nav-12-2.gif","","",4);
Menu8_1=new Array("ADGA's DNA Program","http://adga.org/dna-program.html","",0,20,300);
Menu8_2=new Array("UC Davis Veterinary Genetics Laboratory","http://www.vgl.ucdavis.edu","",0,20,180);
Menu8_3=new Array("DNA Sample collection instructions","http://adga.org/dna_instructions.html","",0,20,180);
Menu8_4=new Array("DNA collection & storage instructions","http://adga.org/dna_sample_collection.html","",0,20,180);

Menu9=new Array("rollover:images/blue-nav-4.gif:images/nav-4-2.gif","","",3);
Menu9_1=new Array("Current Board of Directors","BoardofDirectors.htm","",0,20,220);
Menu9_2=new Array("Annual Meeting Minutes","minutes.html","",0,20,180);
Menu9_3=new Array("Election Procedure","http://adga.org/elec.htm","",0,20,180);

Menu10=new Array("rollover:images/blue-nav-5.gif:images/nav-5-2.gif","","",14);
Menu10_1=new Array("Join ADGA & Member Benefits","membership.html","",0,20,265);
Menu10_2=new Array("ADGA 2008 Constitution and Bylaws","guidebook08.pdf","",0,20,265);
Menu10_2=new Array("ADGA 2008 Constitution and Bylaws","guidebook08.pdf","",0,20,265);
Menu10_3=new Array("Membership Renewal","https://secure.cnchost.com/adga.org/MemberRenewal.htm","",0);
Menu10_4=new Array("ADGA Rates & Supplies - order form","http://adga.org/SOR09.pdf","",0);
Menu10_5=new Array("Download Applications & Forms","pdf-apps.html","",0,20,300);
Menu10_6=new Array("Register a Dairy Goat","http://adga.org/online-reg.html","",0);
Menu10_7=new Array("Transfer a Dairy Goat","http://adga.org/transfer.htm","",0);
Menu10_8=new Array("Register a Herd Name on-line","https://secure.cnchost.com/adga.org/RegisterHerdName.htm","",0);
Menu10_9=new Array("ADGA Tattoo Policy","tattoo-policy.html","",0);
Menu10_10=new Array("Tips on how to Tattoo","tattoo-tips.html","",0);
Menu10_11=new Array("Summary of AI Requirements","http://adga.org/ai_requirements.html","",0);
Menu10_12=new Array("ADGA Bulletin - Buck Collections","http://adga.org/08_bulletin_buck_collections.html","",0);
Menu10_13=new Array("Subscribe to News & Events","https://secure.cnchost.com/adga.org/ADGAN&ESubscription.htm","",0,20,180);
Menu10_14=new Array("News & Events Archives","NewsEventsArchives.htm","",0);
Menu10_15=new Array("Educational Materials","edumat.htm","",0);
Menu10_16=new Array("Performance & Show Volumes","Volumes.htm","",0);
	
Menu11=new Array("rollover:images/blue-nav-6.gif:images/nav-6-2.gif","","",5);
Menu11_1=new Array("2009 Application","Linear09app.pdf","",0,20,280);
Menu11_2=new Array("2009 Tentative schedule","09LASchedule.html","",0,20,280);
Menu11_3=new Array("First time Excellent scoring animals","http://adga.org/LA_1st_EX_09-1.htm","",0,20,280);
Menu11_4=new Array("Preparing for Linear Appraisal","http://adga.org/LA-prep.html","",0,20,260);
Menu11_5=new Array("Linear Appraisal trait Means","http://adga.org/trait_means_06.htm","",0,20,260);

Menu12=new Array("rollover:images/blue-nav-7.gif:images/nav-7-2.gif","","",11);
Menu12_1=new Array("DHIR Application - New Herd","dhirnew.pdf","",0,20,280);
Menu12_2=new Array("DHIR Information","","",8);
Menu12_2_1=new Array("Correct ID's for Animals","http://adga.org/DHIR/DHIR-ID.htm","",0,20,320);
Menu12_2_2=new Array("FAQ's - ADGA's Quality Assurance Program","http://adga.org/FAQQAProgram.htm","",0,20,320);
Menu12_2_3=new Array("NDHI - Uniform Operating Procedures","http://dhia.org/uop.pdf","",0,20,320);
Menu12_2_4=new Array("Owner Sampler/Quality Assurance","http://adga.org/PTNewsAlert.htm","",0,20,320);
Menu12_2_5=new Array("Putting your herd on test","http://adga.org/DHIR/GoingOnTest06.pdf","",0,20,320);
Menu12_2_6=new Array("Standard Operating Procedures","http://adga.org/DHIR/SOP.pdf","",0,20,320);
Menu12_2_7=new Array("Verification Test Form","http://adga.org/DHIR/2006VT_app.doc","",0,20,320);
Menu12_2_8=new Array("Verification Test Instructions","http://adga.org/DHIR/VTinstructions.pdf","",0,20,320);
Menu12_3=new Array("Production Breed Averages","","",6);
Menu12_3_1=new Array("2007","http://adga.org/DHIR/07breed_lactation_averages.htm","",0,20,120);
Menu12_3_2=new Array("2006","http://adga.org/DHIR/06breed_lactation_averages.htm","",0,20,120);
Menu12_3_3=new Array("2005","http://adga.org/DHIR/05breed_lactation_averages.htm","",0,20,120);
Menu12_3_4=new Array("2004","http://adga.org/DHIR/2004BreedAverages.htm","",0,20,120);
Menu12_3_5=new Array("2003","http://adga.org/DHIR/ADGABreedAverages03.htm","",0,20,120);
Menu12_3_6=new Array("2002 - 2001","http://adga.org/DHIR/ADGABreedAverages01-02.htm","",0,20,120);
Menu12_3_7=new Array("2000 - 1999","http://adga.org/DHIR/ADGABreedAverages99-00.htm","",0,20,120);
Menu12_4=new Array("Lactation Comparisons","http://adga.org/lactation_comparisons.html","",0,20,210);
Menu12_5=new Array("Somatic Cell research for Dairy Goats","http://adga.org/somatic_cell.pdf","",0,20,210);
Menu12_6=new Array("ALPHA s1 CASEIN Testing","http://adga.org/as1_casein_announcment.html","",0,20,210);
Menu12_7=new Array("Current Top Ten Breed Leaders","","",9);
Menu12_7_1=new Array("Alpine","http://adga.org/DHIR/ABLv.55.htm","",0,20,120);
Menu12_7_2=new Array("LaMancha","http://adga.org/DHIR/LBLv.55.htm","",0,20,120);
Menu12_7_3=new Array("Nigerian Dwarf","http://adga.org/DHIR/DBLv.55.htm","",0,20,120);
Menu12_7_4=new Array("Nubian","http://adga.org/DHIR/NBLv.55.htm","",0,20,120);
Menu12_7_5=new Array("Oberhasli","http://adga.org/DHIR/OBLv.55.htm","",0,20,120);
Menu12_7_6=new Array("Sable","http://adga.org/DHIR/CBLv.55.htm","",0,20,120);
Menu12_7_7=new Array("Saanen","http://adga.org/DHIR/SBLv.55.htm","",0,20,120);
Menu12_7_8=new Array("Toggenburg","http://adga.org/DHIR/TBLv.55.htm","",0,20,120);
Menu12_7_9=new Array("Experimental","http://adga.org/DHIR/EBLv.55.htm","",0,20,120);
Menu12_8=new Array("Previous Top Ten Breed Leaders","http://adga.org/DHIR/past-breedleaders.html","",0,20,280);
Menu12_9=new Array("Top Ten Qualifying Levels","http://adga.org/DHIR/TTQualLevels08.htm","",0,20,280);
Menu12_10=new Array("One Day Test - (Milking Competition)","","",4);
Menu12_10_1=new Array("Application","http://adga.org/one-day-test.pdf","",0,20,220);
Menu12_10_2=new Array("Competition Rules","http://adga.org/odtrules.htm","",0,20,220);
Menu12_10_3=new Array("Supervisor's Guide","http://adga.org/ODMC.pdf","",0,20,220);
Menu12_10_4=new Array("Upcoming Competitions","http://adga.org/oddates.htm","",0,20,220);
Menu12_11=new Array("USDA","","",3);
Menu12_11_1=new Array("AIPL Website","http://aipl.arsusda.gov/","",0,20,240);
Menu12_11_2=new Array("Trend in Milk Breeding Values","http://aipl.arsusda.gov/dynamic/trend/current/trndx.html","",0,20,260);
Menu12_11_3=new Array("Type & Yield Evaluations","http://aipl.arsusda.gov/cgi-bin/general/Qpublic/query-selection.cgi#Goats","",0,20,260);

Menu13=new Array("rollover:images/blue-nav-8.gif:images/nav-8-2.gif","","",11);
Menu13_1=new Array("Shows & Events","http://adga.org/Schedule.htm","",0,20,240);
Menu13_2=new Array("ADGA Pre-Show Kit","","",8);
Menu13_2_1=new Array("Show Rules","http://adga.org/ShowKit/ShowRules.pdf","",0,20,240);
Menu13_2_2=new Array("Show Sanction Application","http://adga.org/ShowKit/SanctionApp.pdf","",0,20,240);
Menu13_2_3=new Array("Guideline For Judging Contract","http://adga.org/ShowKit/Contract.pdf","",0,20,240);
Menu13_2_4=new Array("Guideline For Show Rules","http://adga.org/ShowKit/SuggRules.pdf","",0,20,240);
Menu13_2_5=new Array("Show Date Information","http://adga.org/ShowKit/SuggDate.pdf","",0,20,240);
Menu13_2_6=new Array("Classes And Winners","http://adga.org/ShowKit/SuggClass.pdf","",0,20,240);
Menu13_2_7=new Array("Show Entry Form","http://adga.org/ShowKit/SuggEntry.pdf","",0,20,240);
Menu13_2_8=new Array("Show Sign","http://adga.org/ShowKit/ShowSign.pdf","",0,20,240);

Menu13_3=new Array("ADGA Sanctioned Show Forms","","",7);
Menu13_3_1=new Array("Pointers For Show Chair & Secretary","http://adga.org/ShowKit/pointers for show chair & secy.pdf","",0,20,275);
Menu13_3_2=new Array("Exhibitors Show Committee Ethics Code","http://adga.org/ShowKit/exhibitorsshowcommmiteeethicscode.pdf","",0,20,240);
Menu13_3_3=new Array("Report Of Awards Guide","http://adga.org/ShowKit/report of awards guide.pdf","",0,20,240);
Menu13_3_4=new Array("Application For Show Award Certificate","http://adga.org/ShowKit/showawardcertapp.pdf","",0,20,240);
Menu13_3_5=new Array("Show Rules","http://adga.org/ShowKit/ShowRules.pdf","",0,20,240);
Menu13_3_6=new Array("ADGA Scorecard","http://adga.org/Scorecard.htm","",0,20,180);
Menu13_3_7=new Array("Showmanship Application","http://adga.org/Youth/ShowmanshipApp.pdf","",0,20,180);


Menu13_4=new Array("ADGA Licensed Judges","http://adga.org/Judges.htm","",0,20,180);
Menu13_5=new Array("Guide to Dairy Goat Shows","http://adga.org/RingSide.htm","",0,20,180);
Menu13_6=new Array("National Show Results","","",3);
Menu13_6_1=new Array("2006 - Select year","https://members.adga.org/member/ADGAPortal.aspx?p=nsr","",0,20,120);
Menu13_6_2=new Array("2007 - Select year","https://members.adga.org/member/ADGAPortal.aspx?p=nsr","",0,20,120);
Menu13_6_3=new Array("2008","http://adga.org/NS08_Results.html","",0,20,120);
Menu13_7=new Array("National Show Sponsors","http://adgacommittees.org/nstrophy.htm","",0,20,200);
Menu13_8=new Array("National Show Corporate Sponsors","https://members.adga.org/member/ADGAPortal.aspx?p=nss&yr=2006","",0,20,240);
Menu13_9=new Array("National Show Trading Cards","https://secure.cnchost.com/adga.org/NationalShowTC.htm","",0,20,200);
Menu13_10=new Array("2008 ADGA Colorama Sale","http://adga.org/ColoramaSaleResultsWeb.doc","",0,20,180);
Menu13_11=new Array("Lucky In Kentucky Donation Sale","http://adga.org/LuckyInKyResultsWeb.doc","",0,20,180);


Menu14=new Array("rollover:images/blue-nav-14.gif:images/nav-14-2.gif","","",2);
Menu14_1=new Array("Updated list of qualifying animals","http://adga.org/SG_list.htm","",0,20,260);
Menu14_2=new Array("Superior Genetic FAQ","http://adga.org/sg_faq.html","",0,20,210);


Menu15=new Array("rollover:images/blue-nav-9.gif:images/nav-9-2.gif","","",8);
Menu15_1=new Array("Pamphlet","http://adga.org/SD/SireDevelopment.htm","",0,20,210);
Menu15_2=new Array(" ETA's, PTA's & PTI's","http://adga.org/SD/genetic_abc.pdf","",0,20,210);
Menu15_3=new Array("Qualifying Bucks","http://adga.org/qualifying.html","",0,20,210);
Menu15_4=new Array("2008 Qualifying Young Sires","http://adga.org/SD/4thqtr08.htm","",0,20,220);
Menu15_5=new Array("2008 USDA Elite Sire List","http://adga.org/SD/EliteBuck2008_NOV.htm","",0,20,210);
Menu15_6=new Array("2008 USDA Elite Doe List","http://adga.org/SD/EliteDoe2008_NOV.htm","",0,20,210);
Menu15_7=new Array("2005 PTI Buck Index","","",7);
Menu15_7_1=new Array("Alpine bucks","http://adga.org/SD/Nov05ALPbucks.htm","",0,20,170);
Menu15_7_2=new Array("LaMancha bucks","http://adga.org/SD/Nov05LMbucks.htm","",0,20,170);
Menu15_7_3=new Array("Nubian bucks","http://adga.org/SD/Nov05NUBbucks.htm","",0,20,170);
Menu15_7_4=new Array("Oberhasli bucks","http://adga.org/SD/Nov05OBbucks.htm","",0,20,170);
Menu15_7_5=new Array("Saanen bucks","http://adga.org/SD/Nov05SAAbucks.htm","",0,20,170);
Menu15_7_6=new Array("Sable bucks","http://adga.org/SD/Nov05SABbucks.htm","",0,20,170);
Menu15_7_7=new Array("Toggenburg bucks","http://adga.org/SD/Nov05TOGbucks.htm","",0,20,170);
Menu15_8=new Array("2005 PTI Doe Index","","",2);
Menu15_8_1=new Array("1:2 Doe Index","http://adga.org/SD/Nov05does12.htm","",0,20,120);
Menu15_8_2=new Array("2:1 Doe Index","http://adga.org/SD/Nov05does21.htm","",0,20,120);


Menu16=new Array("rollover:images/blue-nav-10.gif:images/nav-10-2.gif","","",6);
Menu16_1=new Array("Youth DHIR Honor Roll program","http://adga.org/youth_honor_roll.html","",0,20,250);
Menu16_2=new Array("Youth Rep. Application","http://adga.org/Youth/youth-app.pdf","",0,20,210);
Menu16_3=new Array("Convention Event Winners","","",7);
Menu16_3_1=new Array("2000","http://adga.org/Youth/Youth2.htm","",0,20,50);
Menu16_3_2=new Array("2001","http://adga.org/Youth/2001ConventionYouth.htm","",0,20,50);
Menu16_3_3=new Array("2002","http://adga.org/Youth/2002ConventionYouth.htm","",0,20,50);
Menu16_3_4=new Array("2003","http://adga.org/Youth/2003ConventionYouth.htm","",0,20,50);
Menu16_3_5=new Array("2004","http://adga.org/Youth/2004ConventionYouth.htm","",0,20,50);
Menu16_3_6=new Array("2005","http://adga.org/Youth/2005ConventionYouth.htm","",0,20,50);
Menu16_3_7=new Array("2007","http://adga.org/Youth.2007.Convention.html","",0,20,50);	
Menu16_4=new Array("National Show Awards","","",7);
Menu16_4_1=new Array("2000","http://adga.org/NS/2000NationalYouthResults.htm","",0,20,50);
Menu16_4_2=new Array("2001","http://adga.org/NS/2001NationalYouthResults.htm","",0,20,50);
Menu16_4_3=new Array("2002","http://adga.org/NS/2002NationalYouthResults.htm","",0,20,50);
Menu16_4_4=new Array("2003","http://adga.org/2003NationalYouthResults.htm","",0,20,50);
Menu16_4_5=new Array("2004","http://adga.org/2004NationalYouthResults.htm","",0,20,50);
Menu16_4_6=new Array("2005","http://adga.org/2005NationalYouthResults.htm","",0,20,50);
Menu16_4_7=new Array("2008","http://adga.org/2008NationalYouthResults.html","",0,20,50);
Menu16_5=new Array("ADGA Scholarships","","",2);
Menu16_5_1=new Array("Application","http://adga.org/Youth/YouthScholarship.pdf","",0,20,120);
Menu16_5_2=new Array("2005 Winners","http://adga.org/Youth/2005Scholarships.html","",0,20,120);
Menu16_6=new Array("Youth Representative Contact Information","http://adga.org/youth-rep1st-07.htm","",0,20,210);

Menu17=new Array("rollover:images/Clubs-Blue.gif:images/Clubs-Pink.gif","","",2);
Menu17_1=new Array("CNC","http://adga.org/CNCENTRY2_09.pdf","",0,20,250);
Menu17_2=new Array("PERP","http://adga.org/Perp@conv09.pdf","",0,20,210);
