function getE(myU, myD)
{
	//alert('hi');
	var e1 = "a href=";var e2 = "mai" + "lto";var e3 = "&#64;";
	document.write("<" + e1);document.write('"' + e2);document.write(':');document.write(myU + e3 + myD);
	document.write('"');document.write(">");
	document.write('<span style="color:#000000;">');
	document.write(myU + e3 + myD);
	document.write('</span>');
	document.write("</a>");

}

function menuItemMouseOver()
{
	style.background = "#978a7f";
}

function showMenu(a)
{

	// menu follows
	document.write("<center><table width=\"80%\"  cellpadding=\"0\" cellspacing=\"0\" >");
	
	document.write("<tr align=\"center\">");
	document.write("<td>sldkjfsldk");
	a == "Home" ? 
			document.write("	<td bgcolor=\"#eeeeee\" ><b>Home-n</b></td>") 
		: 	document.write("	<td ><a href=\"index.htm\">Home-y</a></td>");
			//document.write("<a href='index.htm'>Home</a>");
			//document.write("Home?Home?Home?Home?Home?Home?Home?Home?Home?Home?");
			//document.write("</td>");
	
/*	
	document.write("	<td style=\"background-color:#978a7f;\" width=\"1\">");
	
	a == "About Us" ? 
			document.write("	<td bgcolor=\"eeeeee\" ><!a href=\"about.htm\"><b>&ndash;About Us&ndash;</b><!/a></td>")
		: 	document.write("	<td ><a href=\"about.htm\">&nbsp;&nbsp;About Us&nbsp;&nbsp;</a></td>")

	document.write("	<td style=\"background-color:#978a7f;\" width=\"1\">");
	
	a == "Capabilities" ? 
			document.write("	<td bgcolor=\"eeeeee\" ><!a href=\"capabilities.htm\"><b>-Capabilities-</b><!/a></td>")
		: 	document.write("	<td ><a href=\"capabilities.htm\">Capabilities</a></td>");

	document.write("	<td style=\"background-color:#978a7f;\" width=\"1\">");
	
	a == "Contact Us" ? 
			document.write("	<td bgcolor=\"eeeeee\" ><!a href=\"contact.htm\"><b>&ndash;Contact Us&ndash;</b><!/a></td>")
		: 	document.write("	<td ><a href=\"contact.htm\">&nbsp;&nbsp;Contact Us&nbsp;&nbsp;</a></td>");

	document.write("	<td style=\"background-color:#978a7f;\" width=\"1\">");
	
	a == "Books" ? 
			document.write("	<td bgcolor=\"eeeeee\" ><!a href=\"books.htm\"><b>&ndash;Books&ndash;</b><!/a></td>")
		: 	document.write("	<td ><a href=\"books.htm\">&nbsp;&nbsp;Books&nbsp;&nbsp;</a></td>");
		

	document.write("	<td style=\"background-color:#978a7f;\" width=\"1\">");
	
	a == "Order Now" ? 
			document.write("	<td bgcolor=\"eeeeee\" ><!a href=\"order.htm\"><b>&ndash;Order Now&ndash;</b><!/a></td>")
		: 	document.write("	<td ><a href=\"order.htm\">&nbsp;&nbsp;Order Now&nbsp;&nbsp;</a></td>");
*/		
		
	document.write("</tr>");

	document.write("</table></center>");


}

function showFooter()
{
	document.write("<p />");
	document.write("<div class=\"footer1\">");
	document.write("	<!hr width=\"100\" />");
	document.write("	Staffing Specialists, Inc.");
	document.write("	<br />720-488-0320");
	document.write("	<br />#178");
	document.write("	<br />9674 East Arapahoe Road");
	document.write("	<br />Greenwood Village, Colorado&nbsp;&nbsp;&nbsp;80112-3757");
	document.write("	<!hr width=\"100\" />");
	document.write("</div>");
	document.write("<p />");
}


function resetit(formname)
{
	for (i=0;i<document.forms[formname].length;i++)
	{
		if (document.forms[formname].elements[i].type == 'text')
		{
			document.forms[formname].elements[i].value = "0";
		}
	}
}

