<!--
//
// Common menu for whole site
//


// Print out tracking graphic and copyright notice
opStr = 
//'<IMG src="http://ccgi.dougrice.plus.com/cgi-bin/gbOjpg.pl"> '+
//'<img alt="image" src="http://www.dougrice.plus.com/img/home2.gif" > '+
'<span  class="endjs">'+
' Copyright Douglas Rice,2005,doug.h.rice@btinternet.com'+
', last modified '+self.document.lastModified +
'<a href=javascript:terms()> terms of use </a>'+
'The Author gives no warranty of any kind in relation to these Webpages. '+
'To the maximum extent permitted by law, the Author Douglas Rice, will not be liable for any loss or damage '+
'which you may suffer as a result of or connected to the download or use of these Web pages.'+


'</span><BR>'+
''
self.document.write( opStr )



var opStrTerms= 

'These Web pages are for your personal non-commercial use only.'+

'All title, ownership rights and intellectual property rights in and to the '+
'these Web pages shall remain the property of the Author Douglas Rice, or third parties. '+
// 'You may not edit, alter, adapt or add to the these Web pages in any way. '+
//'These Web pages are made available on an "as is" and "as available" basis and '+
'The Author gives no warranty of any kind in relation to these Webpages. '+
'To the maximum extent permitted by law, the Author Douglas Rice, will not be liable for any loss or damage '+
'which you may suffer as a result of or connected to the download or use of these Web pages.'


//self.document.write( '<span  class="endjs"><P><B>Terms of Use:</B>'+opStrTerms +'</P>'+'<hr></span>' )

function terms(){
  alert( 'Terms of Use:\n'+ opStrTerms )
}

//self.document.write( '<a href=javascript:terms()> terms of use </a>' )


opStr = 


//'<div id="navcontainer">'+

'<div id="topmenu">'+
'<table border=0><tr><td>'+
//'<IMG src="http://ccgi.dougrice.plus.com/cgi-bin/gbOjpg.pl" border=0 ><BR>'+
//'<img alt="image" src="http://www.dougrice.plus.com/img/home2.gif" border=0 >'+
'<img alt="image" src="http://www.dougrice.plus.com/img/ipstats.gif" border=0 >'+
'</td>'+
'<td>'+
//'<ul id="navlist">'+
'<ul >'+

'<li><a href="http://www.doug.h.rice.btinternet.co.uk/"      > My Old Homepage </a></li>'+
'<li><a href="http://www.dougrice.plus.com/"                 > Using Guestbooks </a></li>'+
'<li><a href="http://www.dougrice.plus.com/indexPics.html"   > Microchip PIC microcontrollers </a></li>'+
'<li><a href="http://www.dougrice.plus.com/indexModels.html" > Interactive Telecom Models </a></li>'+
'</ul>'+
'</td></tr>'+
'</table>'+
'</div>'+
''



self.document.write( opStr )
-->
