<!-- // all javascript coding by Greg Hogan -  Tech-nique (Europe) Ltd - www.tech-nique.co.uk
var loadFrames = "home.htm?page="  // alternate dynamic frameset 
function gohome() {top.location=loadFrames + loadPage;}  // forces any indexed or bookmarked page to reload into the correct frameset arrangement for navigation
if (top.frames.length==0) gohome();
//-->