
function phone() {
   x="(541-479-8087)";
   document.write(x);
   }





function PfrancLogo(arg1) {

   img_src = "http://www.pfranc.com/headline.png";

  // Notice();  
 
x= " ";

   if(arg1=="ListAll") {
 
	dest = "http://www.pfranc.com/cgi-bin/list";

	alt_txt = "List all Pfrancs"; }
 
   else {    dest = "http://www.pfranc.com";

	alt_txt = "GoTo Home Page"; }

   x = x+  "<a href=" + dest + "><img src=" + img_src;

   x = x + ' alt="' + alt_txt + ' (Logo by JLL, Pfranc of Belgium)" border=0></a>';

   document.write( x );
   }



function JLL_Logo(arg1) {
	
   document.write('<a href=http://www.pfranc.be/new/images/logo/logos_com.htm><img src=http://www.pfranc.com/headline.png  alt="')
	
   document.write( arg1 );
	
   document.write(' logo designed by JLL, Pfranc of Belgium, click to see." border = 0></a>' );
	}



function openLink(anchor) { return true; };



function ContactUs(pfid,fromPG) {

   x = '[<A href="http://www.pfranc.com/cgi-bin/pedit.pl?pfid=' + pfid;

   x = x+ '&pid=suggestion;fromPG=' + fromPG + '">Contact</A>]';

   document.write(x); 
	}



function eLarry(fromPG) {

   x = '[<A href="http://www.pfranc.com/cgi-bin/pedit.pl?pfid=u_OR';

   x = x+ '&pid=suggestion;fromPG=' + fromPG + '">eMail larry</A>]';

   document.write(x); 
	}



function Hello() { document.write('Hello world'); }



function Trademarks() {
 
 
  document.write('</b><br><font size=1>( Garmin, nüvi, eMap, geko, and eTrex are');

  document.write('Trademarks</a> of <a href=http://www.garmin.com>Garmin Corporation</a>, Pfranc, ePlug, e2Plug, pPlug, eCombo, ... are Trademarks of Purple Computing.</a>');
  document.write(', and there may be references to other trademarks of others.)<br>  &copy; Purple Computing</font> '); 
  }


