<html>
<head>
<title>Frameset Primer Tutorial via RJM Programming</title>
</head>
<frameset cols="25%,75%">
<frame src="frameset_left.html" name="left" id="left" />
<frame src="//www.rjmprogramming.com.au/thewest/images/DSC_0208.png" name="content" id="content" />
</frameset>
</html>