	var screenWidth = window.screen.availWidth;

	if (screenWidth > 800) {
		document.write ("<div name=\"rightMenu\" style=\"position: absolute; top: 60px; left: 808px;\">");
		document.write ("<table align=\"left\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"rightMenu\">");
		document.write ("<tr><td colspan=\"2\" align=\"left\"><img src=\"images/woodright.gif\" border=\"0\" /></td></tr>");
		document.write ("<tr height=\"5\"><td colspan=\"2\"></td></tr>");
		document.write ("<tr><td width=\"20\">&nbsp;</td><td align=\"left\">525-F Old Westminster Pike</td></tr>");
		document.write ("<tr><td>&nbsp;</td><td align=\"left\">Westminster, MD&nbsp;&nbsp;21157</td></tr>");
		document.write ("<tr height=\"5\"><td colspan=\"2\"></td></tr>");
		document.write ("<tr><td>&nbsp;</td><td align=\"left\">phone:&nbsp;&nbsp;410-876-7196</td></tr>");
		document.write ("<tr><td>&nbsp;</td><td align=\"left\">fax:&nbsp;&nbsp;410-876-2488</td></tr>");
		document.write ("<tr height=\"5\"><td colspan=\"2\"></td></tr>");
		document.write ("<tr><td>&nbsp;</td><td align=\"left\"><a class=\"email\" href=\"mailto:info@woodlandsigns.com\" title=\"Request Information\">info@woodlandsigns.com</a></td></tr>");
		document.write ("</table>");
		document.write ("</div>");
	}