//JavaScript File for virtual overview1
//Update this function to change the overview on site pages
//
    function printVirtualOverview1(){
    document.write('<hr>');
    document.write('<OL>');
    document.write('<LI><A HREF="#define">    Definition</A>     ');
    document.write('<LI><A HREF="#install">   Installation</A>   ');
    document.write('<LI><A href="#ops">       Operation</A>      ');
    document.write('<LI><A href="#trouble">   Troubleshooting</A>');
    document.write('<LI><A HREF="#reference"> References</A>  ');
    document.write('</OL>');
    document.write('<hr>');
    }
    
//JavaScript File for virtual footer1
//Update this function to change the footer on site pages
//
    function printVirtualFooter1(){

    user = "Ruric-Amari";
    site = "Ruric-Amari.com"; 
    phone="  (502) 777-7317"

    document.write('<hr>');
   document.write(' <p align=center><b>' + user + '&#064;' + site + '&nbsp;&nbsp;&nbsp;' +phone + '</b></p>');
    document.write('<CENTER><font size = -2><b>www.Ruric-Amari.com&nbsp;&nbsp;</b> is maintained by M Enright</font></CENTER>');
    document.write('<CENTER><font size = -2>Pictures and text &copy;2004-2008 by Ruric-Amari</font></CENTER>');
    //document.write('<CENTER><font size = -2>&quot;dances the body electric&quot; and &quot;dancing the body electric&quot; &#8482; 2006-2007 by Ruric-Amari</font></CENTER>');

  }
  
  //JavaScript File for virtual footer2
  //Update this function to change the footer on site pages
  //
      function printVirtualFooter2(){
  
      user = "Ruric-Amari";
      site = "Ruric-Amari.com"; 
      phone="  (502) 777-7317"
  
      document.write('<hr>');
     document.write(' <p align=center><b>' + user + '&#064;' + site + '&nbsp;&nbsp;&nbsp;' +phone + '</b></p>');
      //document.write('<CENTER><font size = -2><b>www.Ruric-Amari.com&nbsp;&nbsp;</b> is maintained by M Enright</font></CENTER>');
      document.write('<CENTER><font size = -2>Pictures and text &copy;2004-2008 by Ruric-Amari</font></CENTER>');
      //document.write('<CENTER><font size = -2>&quot;dances the body electric&quot; and &quot;dancing the body electric&quot; &#8482; 2006 by Ruric-Amari</font></CENTER>');
  
    }

    
 function printModifiedDate(){
     document.write('<CENTER><font size = -2>' + 'revised ' + document.lastModified + '</font>');

 	//document.write('<TABLE width=100%>');
  	//document.write('<TR>');
	//document.write('<TD align=center><font size = -2>' + 'revised ' + document.lastModified + '</font>');
	//document.write('</td>');
	//document.write('</TR>');
	//document.write('</TABLE>');
	}
	

function cyclePix()
{
    setTimeout("cyclePix()", 3000);
    if (document.images)
    {
        if (document.adBanner.complete)
        {
            document.adBanner.src = adImages[thisAd];
            if (++thisAd == adImages.length)
                thisAd = 0;


        }
    }

    // change to next sponsor every 3 seconds

}

function cycleSwordPix()
{
    setTimeout("cycleSwordPix()", 3000);
    if (document.images)
    {
        if (document.swordBanner.complete)
        {
            document.swordBanner.src = swordImages[thisSword];
            if (++thisSword == swordImages.length)
                thisSword = 0;


        }
    }

    // change to next sponsor every 3 seconds

}

function cycleSamovarPix()
{
    setTimeout("cycleSamovarPix()", 3000);
    if (document.images)
    {
        if (document.samovarBanner.complete)
        {
            document.samovarBanner.src = samovarImages[thisTroupe];
            if (++thisTroupe == samovarImages.length)
                thisTroupe = 0;


        }
    }

    // change to next sponsor every 3 seconds

}


function cycleWF2006Pix()
{
    setTimeout("cycleWF2006Pix()", 3000);
    if (document.images)
    {
        if (document.WF2006Banner.complete)
        {
            document.WF2006Banner.src = WF2006Images[thisWF2006];
            if (++thisWF2006 == WF2006Images.length)
                thisWF2006 = 0;


        }
    }

    // change to next sponsor every 3 seconds

}


