
/*************************************
Code in this document is copyright of
Dan Steinman of Industrial Dreams 1998
Available at The Dynamic Duo
http://www.dansteinman.com/dynduo/
*************************************/

if (ns4 || ie4) {
	var str = '</HEAD>\n'
	if (colors=="default") str += '<BODY BACKGROUND="'+loc+'background.gif" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CE641E" VLINK="#2B5E8C" onLoad="init()">\n'
	if (colors=="forum") str += '<BODY BACKGROUND="'+loc+'background.gif" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" onLoad="init()">\n'
	str += tocscroll.div+'\n'+
	'<DIV ID="bulge"><IMG SRC="'+loc+'bulge.gif" WIDTH=49 HEIGHT=148 BORDER=0></DIV>\n'+
	'<DIV ID="toctitlesmall"><A HREF="javascript:void(null)" onClick="toggleToc()" onMouseOver="status=\'Open Contents\';return true;" onMouseOut="status=\'\';return true;">\n'+
	'<IMG SRC="'+loc+'toctitlesmall.gif" WIDTH=59 HEIGHT=14 ALT="Open Contents" BORDER=0></A></DIV>\n'+
	'<DIV ID="toctitlebig"><A CLASS="toctitle" HREF="javascript:void(null)" onClick="toggleToc()" onMouseOver="status=\'Close Contents\';return true;" onMouseOut="status=\'\';return true;">\n'+
	'<IMG SRC="'+loc+'toctitlebig.gif" WIDTH=80 HEIGHT=15 ALT="Close Contents" BORDER=0></A></DIV>\n'+
	'<DIV ID="title"><A HREF="'+loc+'index.html"><IMG SRC="'+loc+'title.gif" WIDTH=189 HEIGHT=36 ALT="The Dynamic Duo" BORDER="0"></A></DIV>\n'+
	'<DIV ID="content">\n'
	document.write(str)
}
else {
	document.write('<BODY BGCOLOR="#FFFFFF">\n')
	document.write('<IMG SRC="'+loc+'title.gif" WIDTH=189 HEIGHT=36 ALT="The Dynamic Duo" BORDER="0"><BR CLEAR=ALL>')
}