// CnC menus handler (javascript)
//
  var diag     = 0;  
  var config;    
  var separator = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";  
  var spacer   =  '<img src="spacer.gif" height="2" border="0" width="100%">';
  var cnc_title = 'Colleen - n - Clare';

function header ( page_banner_name )
{
  if ( page_banner_name == 'none' )
  { 	
  config = "";

  config = config
         + '<table cellspacing="0" cellpadding="0" width="100%" border="0">';
         
  config = config         
         + '<tr valign="top">'
         + '<td>'
         + '<img height="60" alt="Colleen-n-Clare" src="header.gif" width="720" border="0">'
         + '</td>'   
         + '</tr>';	 
           
  config = config 
  		 + '<tr valign="top">'  
         + '<td>'      
         + '<center>'
		 + separator
		 + '</center>'
         + '</td>'   
         + '</tr>'				 
         
         + '<tr valign="top">'
         + '<td>'
         + spacer
         + '</td>'   
         + '</tr>';
		 
  config = config    		 				 
         + '</table>';     		 			 
    
  document.write ( config );
  if ( diag == 1 ) alert (' header1\n' + config );                       
  }
  
  if ( page_banner_name != 'none' )
  { 
    config = "";

    config = config
           + '<table cellspacing="0" cellpadding="0" width="100%" border="0" bgcolor="#808080">';
  
    config = config 
           + '<tr valign="top">'
           + '<td>'
           + separator
           + '</td>'   
           + '</tr>';      
         
    config = config    
    	   + '<tr valign="top">'
           + '<td>'
           + '<img alt="'
           + page_banner_name
           + '" src="'
           + page_banner_name
           + '" border="0">'
           + '</td>'
           + '</tr>';

    config = config 
    		 + '<tr valign="top">'  
         + '<td>'      
         + '<center>'
		 + separator
		 + '</center>'
         + '</td>'   
         + '</tr>'				 
         
         + '<tr valign="top">'
         + '<td>'
         + spacer
         + '</td>'   
         + '</tr>';
         
    config = config               
           + '</table>';  
       
    document.write ( config );
    if ( diag == 1 ) alert (' header2\n' + config );         
  }

  config = "";     
  return true;        
}    

function trailer ( )
{
  config = "";

  config = config
         + '<table cellspacing="0" cellpadding="0" width="100%" border="0">';
		 
  config = config    
  		 + '<tr>'
         + '<td>'                 
         + spacer		
         + '<br>&nbsp;<br>'
         + '<center>'
         + '<a href="index.htm" title="Home page">HOME</a>'
         + separator
         + '<a href="colleen.htm" title="Colleen">COLLEEN</a>'
         + separator     
         + '<a href="clare.htm" title="Clare">CLARE</a>'
         + separator
         + '<a href="cnc_gbook.htm" title="Guestbook">GUESTBOOK</a>'
         + '</center>' 
         + '</td>'  
         + '</tr>';          

  config = config    
         + '<tr valign="top">'
         + '<td>'
         + '<br>'
         + spacer
         + '</td>'   
         + '</tr>';
		 
  config = config    		 				 
         + '</table>';     

  config = config
         + '<table cellspacing="0" cellpadding="0" width="100%" border="0">';
		 
  config = config		 
         + '<tr valign="top">'
         + '<td>'
         + '<a href="mailto:fjcurry@gmail.com" title="Colleen-n-Clare">'
         + '<img height="60" alt="Contact Colleen-n-Clare" src="trailer.gif" width="720" border="0">'
         + '</a>'
         + '</td>'   
         + '</tr>';
		 
  config = config		 
         + '</table>';  
     
  document.write ( config ); 
  if ( diag == 1 ) alert (' trailer\n' + config );   

  config = "";      
  return true;         
}         

function trailer2 ( )
{
  config = "";

  config = config
         + '<table cellspacing="0" cellpadding="0" width="100%" border="0">';
		 
  config = config    
  		 + '<tr>'
         + '<td>'                 
         + spacer		
         + '<br>&nbsp;<br>'
         + '<center>'
         + '<a href="../../index.htm" title="Home page">HOME</a>'
         + separator
         + '<a href="../../colleen.htm" title="Colleen">COLLEEN</a>'
         + separator     
         + '<a href="../../clare.htm" title="Clare">CLARE</a>'
         + separator
         + '<a href="../../cnc_gbook.htm" title="Guestbook">GUESTBOOK</a>'
         + '</center>' 
         + '</td>'  
         + '</tr>';          

  config = config    
         + '<tr valign="top">'
         + '<td>'
         + '<br>'
         + spacer
         + '</td>'   
         + '</tr>';
		 
  config = config    		 				 
         + '</table>';     

  config = config
         + '<table cellspacing="0" cellpadding="0" width="100%" border="0">';
		 
  config = config		 
         + '<tr valign="top">'
         + '<td>'
         + '<a href="mailto:fjcurry@gmail.com" title="Colleen-n-Clare">'
         + '<img height="60" alt="Contact Colleen-n-Clare" src="../../trailer.gif" width="720" border="0">'
         + '</a>'
         + '</td>'   
         + '</tr>';
		 
  config = config		 
         + '</table>';  
     
  document.write ( config ); 
  if ( diag == 1 ) alert (' trailer\n' + config );   

  config = "";      
  return true;         
}         


/*
<a href="" onmousedown="setTimeout('status=\'Hide\'',5000)"
onmouseover="window.status='Hide'; return true"> send link </a>
*/              
