/*******************************INSTRUCTIONS FOR ADMINISTRATOR************************************************************************************************************************************************ TO REMOVE A LINK completely, delete the block of data including the first line. TO PREVENT DISPLAY of a link without removing the data, place a negative index inside the square bracket. TO ADD A LINK cut and paste one of the existing blocks. Change index in the square brackets and edit text enclosed in quotes. -category should match one listed in the array -title is the hyperlink text -URL is the correct web site address (http:// or another acceptable protocol must be included.) -description is text which follows the hyperlink text -screentip appears when mouse hovers over hyperlink text EDITING Only edit text between the double quotes. Do not disturb the double quotes. NEVER USE DOUBLE QUOTES in your text(You may substitute two single quotes). Use a category name that is listed in the Array to have it grouped with similar links. Links with a category that does not properly match will be printed under a default heading. Note: Indices do not need to be consecutive and need not be in correct order. Repeats however must be avoided. *****************************************************************************************************************************************************************************************************/ ///////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////LINKS//////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////////////// var categories=new Array("Local Links","Golf Links")//Category names must be enclosed in double quotes. Separate categories with commas. hlink[0]=new populatehlink() hlink[0].category="Local Links" hlink[0].title="South Dundas Chamber of Commerce" hlink[0].URL="http://www.southdundaschamber.com/" hlink[0].description="Serving South Dundas on the St. Lawrence River" hlink[0].screentip="Our Local Chamber of Commerce" hlink[1]=new populatehlink() hlink[1].category="Local Links" hlink[1].title="Township of South Dundas" hlink[1].URL="http://www.southdundas.com" hlink[1].description="Information for both residents and tourists." hlink[1].screentip="Township information" hlink[2]=new populatehlink() hlink[2].category="Local Links" hlink[2].title="South Dundas Economic Development Commission" hlink[2].URL="http://www.southdundas.com" hlink[2].description="Serving the South Dundas communities of Morrisburg, Iroquois, Williamsburg, Mariatown, and Matilda." hlink[2].screentip="The voice of South Dundas businesses" hlink[3]=new populatehlink() hlink[3].category="Golf Links" hlink[3].title="Royal Canadian Golf Association" hlink[3].URL="http://www.rcga.org/english/About/home.asp" hlink[3].description="Governing body of men's amateur golf in Canada." hlink[3].screentip="RCGA" hlink[4]=new populatehlink() hlink[4].category="Golf Links" hlink[4].title="RCGA Ladies' Division (Formerly CLGA)" hlink[4].URL="http://www.rcga.org/English/WomensDivision/womensdivision_welcome.asp" hlink[4].description="Governing body of ladies' amateur golf in Canada." hlink[4].screentip="CLGA" hlink[5]=new populatehlink() hlink[5].category="Golf Links" hlink[5].title="RCGA Handicap System" hlink[5].URL="http://www.rcganetwork.org" hlink[5].description="RCGA Handicap system." hlink[5].screentip="RCGA Handicap" hlink[6]=new populatehlink() hlink[6].category="Local Links" hlink[6].title="Cornwall Area Business Directory" hlink[6].URL="http://www.cabd.net/" hlink[6].description="Information on businesses in South Dundas and Cornwall area." hlink[6].screentip="CABD" hlink[7]=new populatehlink() hlink[7].category="Local Links" hlink[7].title="Cornwall and Seaway Valley Tourism" hlink[7].URL="http://www.visit.cornwall.on.ca/" hlink[7].description="The Cornwall & Seaway Valley Region is nestled in the eastern most part of the province of Ontario, Canada and offers both travellers and convention goers an exciting and memorable area to visit." hlink[7].screentip="CSVT" hlink[8]=new populatehlink() hlink[8].category="" hlink[8].title="Outdoor Resources Online" hlink[8].URL="http://www.outdoor-resources.com/" hlink[8].description="A comprehensive directory of Internet sites dedicated to outdoor recreation. Listings for Backcountry (Hiking/Camping), Biking, Climbing/Mountaineering, Equine, Fishing, Golf, Hunting, Rivers, Sailing, SCUBA, Skiing, Spelunking, and Surfing. Online since 1995!" hlink[8].screentip="Outdoor Sports Internet Directory"