//
// RORUM, 04JAN2004
// This JS include goes after main HTML body information; 
// it defines the FOOTER at the bottom each page.
// 

document.write ('<DIV CLASS="spacer">&nbsp;</DIV><HR>\n' );
document.write ('<DIV CLASS="links1">\n' );

if ( myPRINTABLE ) 	// Defined in 'java_head.js'
{
var myLINKS1 = '<A HREF="#" onclick="self.print();" >Print</A> &nbsp; &nbsp; ';
var myLINKS2 = '<A HREF="#" onclick="self.close();" >Close</A> ';

} else {
var myLINKS1 = ' \
	<A HREF="b_photos1.htm">	Photos 			 </A>&nbsp;&nbsp; 	\
	<A HREF="b_setting.htm">	Setting Techniques 	 </A>&nbsp;&nbsp; 	\
	<A HREF="b_prices.htm">		Descriptions and Pricing </A>&nbsp;&nbsp;	\
	<A HREF="b_history.htm">	History 		 </A>&nbsp;&nbsp; 	\
	<A HREF="b_materials.htm">	Materials 		 </A>			\
<BR>	<A HREF="b_epoxy.htm">		Epoxy Tips		 </A>&nbsp;&nbsp; 	\
	<A HREF="b_caps.htm">		Briolette Caps 		 </A>&nbsp;&nbsp; 	\
	<A HREF="b_jewelry1.htm">	Jewelry Photos 		 </A>&nbsp;&nbsp;	\
	<A HREF="b_strength.htm">	Strength Tests 		 </A>&nbsp;&nbsp; 	\
	<A HREF="b_articles.htm">	Articles 		 </A>			\
<BR> 	<A HREF="b_ultrasonic.htm">	Ultrasonic Drilling Service </A>&nbsp;&nbsp;	\
	<A HREF="b_links.htm">		Links 			</A>&nbsp;&nbsp; 	\
	<A HREF="b_contacts.htm">	Contact Us 		</A>&nbsp;&nbsp; 	\
	<A HREF="index.htm">		Home 			</A> 			\
<BR>	<A HREF="http://briolettes2.blogspot.com">Briolettes For Sale</A> &nbsp;&nbsp; \
      ';
var myLINKS2 = '<A HREF="#" onClick=\'myWinPopup(myURLVALUE,"printable","");\'>Printable Page</A>';
}
document.write ( myLINKS1 + myLINKS2 );

document.write ( '</DIV><BR>\n' );
 
document.write ( ' \
<DIV CLASS="footer2">Copyright 2001-2011 Steve Green</DIV>	\
<DIV CLASS="footer1">ROUGH AND READY GEMS, INC.</DIV>		\
<DIV CLASS="footer2">P.O.Box 188 						\
<BR> Golden, Colorado 80402 USA 			\
<BR> tel. (303) 933-7670					\
<BR> <A HREF="mailto:steve@briolettes.com">email: steve@briolettes.com</A> 	\
<BR> <A HREF="index.html" > www.briolettes.com</A> 		\
<BR><img src="/cgi-bin/Count.cgi?df=steveg.index&dd=E&expires=0&reload=Y" border=0>\
</DIV>								\
<A NAME="EndOfPage">&nbsp;</A>					\
	' );

// EOF 

