<!-- Begin of JavaScript code; this code is only for JavaScript-capable browsers
// Original script: Anton Steenkamp
// Website: http://www.sportsdigest.co.za
// This script may be copied and used without any changes or modifications.
// If you so wish to use this script on your site, feel free. I am only asking
// a linked reference to www.sportsdigest.co.za. If you let me know the website
// where you are using it, I'll create a link to yours as well.

function generalsample()
	{
	sampleWindow = window.open('images/generalsample.jpg','generalWin','width=615,height=245')
	}

function runningsample()
	{
	sampleWindow = window.open('images/runningsample.jpg','runningWin','width=650,height=505')
	}

function walksample()
	{
	sampleWindow = window.open('images/walksample.jpg','walkWin','width=675,height=480,scrollbars=yes')
	}

function cyclesample()
	{
	sampleWindow = window.open('images/cyclesample.jpg','cycleWin','width=660,height=495')
	}

function gearsample()
	{
	sampleWindow = window.open('images/gearsample.jpg','gearWin','width=702,height=480,scrollbars=yes,resizable=yes')
	}

function triathlonsample()
	{
	sampleWindow = window.open('images/triathlonsample.jpg','triathlonWin','width=735,height=480,scrollbars=yes,resizable=yes')
	}

function heartsample()
	{
	sampleWindow = window.open('images/heartsample.jpg','heartWin','width=678,height=495,scrollbars=yes,resizable=yes')
	}

// End of JavaScript code -->	
