<!--
function frame(a)
{
    document.write('<html>')
    document.write('<head>')
    document.write('<title>')
    document.write('stoneshoppee.com, Home')
    document.write('</title>')
    document.write('</head>')
    document.write('<frameset rows="93,*,18" border="0">')
    document.write('<frame name="header" src="html/header.htm" scrolling="no">')
	document.write('<frameset cols="193,*" border="0">')
    document.write('<frame name="nav" src="html/nav.htm" scrolling="auto">')
    document.write('<frame src='+a+' name="content">')
	document.write('</frameset>')	
	document.write('<frame name="footer" src="html/footer.htm" scrolling="no">')
	document.write('</frameset>')
	document.write('</html>')
}
//-->