/* scMenu.js - Creates Servantcare.com's static menu items
   Author: Richard Huey
   Date: 4/10/2008 */
   
//Declare string variables for table property values, cell contents, and HTML code and assign values
var tB = 0;
var tW = 150;
var tCell = new Array();
var htmlStr = " ";

//Contents of cells
tCell[0] = '<small><small>&quot;that we may be <br> fellow workers&quot; <br> 3 John 8</small></small>' ;
