%
RowLimit=4
Partition = "
| |
"
%>
NARRS Menu
National Amphibian and Reptile Recording Scheme (NARRS)
NARRS Tools and Presentations You will need Microsoft PowerPoint or OpenOffice installed on your computer to view the presentations.
A free PowerPoint Viewer can be downloaded from here: PowerPoint Viewer |
| |
<%
counter=0
Link="/SARG/02000-Activities/SurveyAndMonitoring/SRS2008/SARG2NARRS.php"
Call MenuIcon(Link,"AerialPhoto.gif","NARRS AP Tool",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/"
Call MenuIcon(Link,"NARRS.gif","NARRS Homepage",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/Documents/nrsdocuments/Reptile_Identification.ppt"
Call MenuIcon(Link,"PowerPoint.gif","Reptile Identification",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/Documents/nrsdocuments/Reptile_habitat_recognition.ppt"
Call MenuIcon(Link,"PowerPoint.gif","Reptile Habitat Recognition",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/Documents/nrsdocuments/Reptile_Survey_Protocols.ppt"
Call MenuIcon(Link,"PowerPoint.gif","Reptile Methods and Protocols",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/Documents/nasdocuments/Amphibian_Identification.ppt"
Call MenuIcon(Link,"PowerPoint.gif","Amphibian Identification",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
Link="http://www.narrs.org.uk/Documents/nasdocuments/Amphibian_meths_protocols.ppt"
Call MenuIcon(Link,"PowerPoint.gif","Amphibian Methods and Protocols",RowLimit)
counter=counter+1
If (counter mod RowLimit)=0 Then Response.write(Partition)
%>