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

function Notice(){
  x="<font FACE=\"Comic Sans MS\"><hr><h3>Telephone line cut!!! Estimated fix: Thursday June 28th per QWEST.  Several hundred homes and businesses affected.  Our DSL is working OK.  Larrys personal cell phone number is: 541-659-0545 - feel free to call to place orders.  We are shipping everyday UPS by noon Pacific Time. Thanks for your business. OOPS, just had a internet black-out too, back now, ... if we don't answer your email real fast,  it may be that QWEST is having problems.</h3><hr><p></font>";

  document.write(x);
  }

function Linkto(arg1) {
	if(arg1=="some-keyword") {
   document.write("<img src=http://www.pfranc.com/cables/usb24/small.jpg align=left>");
   document.write("Cool new USB cable-for-a-pledge! <a href=http://pfranc.com/cgi-bin/P/xxxxx>");
   document.write("  CLICK HERE! </a> <br clear=all>"); }   
                   }

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('<br><font size=1>');
 
  document.write('<br><font size=1>( Garmin, nüvi, eMap, geko, and eTrex are');
  document.write('<a href=http://www.uspto.gov>Trademarks</a> of <a href=http://www.garmin.com>Garmin Corporation</a>, Pfranc, ePlug, e2Plug, pPlug, eCombo, ... are <a href=http://www.uspto.gov>Trademarks </a> of Purple Computing.</a>');
  document.write(', and there may be references to other trademarks of others -  )  &copy; Purple Computing, 2010</font> '); 
  }

