var cText = ''
cText += '<table bgcolor="#2C506A" width="100%" cellpadding="0" cellspacing="0"><tr><td>'
cText += '<img src="images/space.gif" width="1" height="10">'
cText += '<img src="images/space.gif" width="1" height="10">'
cText += '<div style="text-align:center"><a href="contact.html"><img src="images/btn-contact.jpg" border="0"></a></div>'
cText += '<div style="text-align:center"><a href="workorder.html"><img src="images/btn-workorder.jpg" border="0"></a></div>'
cText += '<img src="images/space.gif" width="1" height="10">'
cText += '<img src="images/space.gif" width="1" height="10">'
cText += '</td></tr></table>'


/* Member Login Form

cText += '<form name="form1" action="index.html" method="get">'
cText += '<img src="images/space.gif" width="1" height="10"><br><center>'
cText += '<font style="font-family:arial;font-size:15px;color:#ECF0EA"><b>Member Log In&nbsp;&nbsp;</b></font></center><img src="images/space.gif" width="1" height="8"><br>'
cText += '<font style="font-family:arial;font-size:12px;color:#ECF0EA">&nbsp;&nbsp;&nbsp;&nbsp;Email Address:<br>'
cText += '&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" size="18" style="font-family:arial;font-size:12px;"><br>'
cText += '<img src="images/space.gif" width="1" height="5"><br>'
cText += '&nbsp;&nbsp;&nbsp;&nbsp;Password:<br>'
cText += '&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" size="18" style="font-family:arial;font-size:12px;"><br>'
cText += '<img src="images/space.gif" width="1" height="5"><br>'
cText += '<img src="images/space.gif" width="79" height="1"><input type="submit" value="Sign In" style="font-family:arial;font-size:12px;"><br>'
cText += '<img src="images/space.gif" width="1" height="8"><br>'
cText += '<font style="font-family:arial;font-size:11px;">'
cText += '<img src="images/space.gif" width="21" height="1">Forgot your password?<br>'
cText += '<img src="images/space.gif" width="84" height="1"><a href="formpassword.html" style="color:#ECF0EA">Click here</a>.<br><img src="images/space.gif" width="1" height="20">'
cText += '<img src="images/space.gif" width="21" height="1">Not a member?<br>'
cText += '<img src="images/space.gif" width="29" height="1">Fill out a <a href="memberform.html" style="color:#ECF0EA">request form</a>.<br><img src="images/space.gif" width="1" height="8">'
cText += '</td></tr></table>'
cText += '</form>'*/


document.write(cText) 