// common javascript document
// Copyright 2006-2007 javascript-array.com

//this function directly reflects the footers on each page.  Standard html code, use \" when you need a double-quote within the code as demonstrated below.
function footer()
{
    var fString;
    fString  = "<img id='spacer1' src='images/spacer.gif' width='50' height='2' border='0' alt='' />";

    fString += "<a href='http://www.NetTech.com' onmouseover=\"window.status='www.NetTech.com';  return true;\" onmouseout=\"window.status='';  return true;\">";
    fString += "<img id='logo_ts' src='images/spacer.gif' width='200' height='50' border='0' alt='708-570-0685 www.NetTech.com Technology Services' /></a>";

    fString += "<img id='spacer2' src='images/spacer.gif' width='300' height='2' border='0' alt='' />";

    fString += "<a href='http://www.OneTenCreative.com' onmouseover=\"window.status='www.OneTenCreative.com';  return true;\" onmouseout=\"window.status='';  return true;\">";
    fString += "<img id='logo_ot' src='images/dt/logo_ot.png' width='200' height='50' border='0' alt='708-587-1700 www.OneTenCreative.com Web Site Design and Hosting' /></a>";

    fString += "<img id='spacer3' src='images/spacer.gif' width='50' height='2' border='0' alt='' />";
    return fString;
}

function nav2(type1,type2)
{
    var xString;
        xString  = "TYPE1 ";
        xString += type ;
        xString  = "    TYPE2 ";
        xString += type ;
 return type1,type2;
}



//============================================================================================


