 function DrawGeneral(id) { 
 html=""; 
   if (id==23) {
   html+="<p style='margin-top: 0; margin-bottom: 0'>"; 
   html+="<i><b><font size=4>6941</font></b></i><br>"; 
 html+="</p>"; } 
   else if (id==24) {
   html+="<p style='margin-top: 0; margin-bottom: 0'>"; 
   html+="<i><b><font size=4>Hellgate Jetboat Excursions</font></b></i><br>"; 
   html+="<b>Address:</b><br>966 S.W. 6th Street<br>Grants Pass, Oregon  97526  USA<br>";
   html+="<b>Email:</b><br><a href='mailto:info@hellgate.com'>info@hellgate.com</a><br>";
   html+="<b>Web site:</b><br><a target=\"_blank\" href='http://www.southernoregon.org/redirect/hellgate.html'>http://www.southernoregon.org/redirect/hellgate.html</a><br>";
 html+="</p>"; } 
 return html; }
 function SetPictures(id) { 
  { m_numPhotos=0;  }  }
 function SetPlugins(id) { 
   if (id==23) {
m_pluginName[0]="GeneralInfoTab";
m_extraData1[0]=" ";
m_extraData2[0]=" ";
m_numPlugins=1; }
   else if (id==24) {
m_pluginName[0]="Weather";
m_extraData1[0]="http://www.sidestreet.com/Weather.asp?zip=97526";
m_extraData2[0]="";
m_pluginName[1]="Directions";
m_extraData1[1]="http://www.sidestreet.com/DrivingDirections.asp?address=966 S.W. 6th Street&city=Grants Pass&state=Oregon&zip=97526&country=USA";
m_extraData2[1]="";
m_pluginName[2]="GeneralInfoTab";
m_extraData1[2]=" ";
m_extraData2[2]=" ";
m_numPlugins=3; }
else 
   { m_numPlugins=0; } }


