// JavaScript Document
function window_open(filename, x, y)
		{
		  windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + x + ",height=" + y + "'");
		  window.open(filename, 'art', windowops);
		  return;
		}

if ( format == 1 )
{		
document.write("<table width=\"240\" height=\"65\"><tr><td height=\"62\" width=\"192\">");
document.write("<A HREF=\"javascript:window_open('http://www.tascsite.org/status.php?memberid=" + memberid + "',600,200)\"><IMG src=\"http://www.tascsite.org/tasc.gif\" border=\"0\"></A>");
document.write("<p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">" + membername + " is a member of (TASC)</font></p><p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">The Association of Settlement Companies.</font></p><p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">This trade association has developed a standardized <a target=\"_blank\" href=\"http://www.tascsite.org/disclosures/" + memberid + "_disclosures.pdf\">industry disclosure</a> for consumers.</font></p></td></tr></table>");
}

if ( format == 2 ){
	document.write("<table width=\"300\" height=\"80\" border=\"0\" style=\"border-collapse: collapse; position:absolute\" cellspacing=\"1\">");
	document.write("<tr><td height=\"80\" width=\"75\" align=\"left\"><A HREF=\"javascript:window_open('http://www.tascsite.org/status.php?memberid=" + memberid + "',600,200)\">");
	document.write("<img border=\"0\" src=\"http://www.tascsite.org/tasc.gif\" width=\"72\" height=\"80\" align=\"left\" hspace=\"2\" vspace=\"2\"></a></td>");
	document.write("<td style=\"font-size:10px;\">"  + membername + " is a member of (TASC) The Association of Settlement Companies.&nbsp; This trade association has developed a standardized	<a target=\"_blank\" href=\"http://www.tascsite.org/disclosures/" + memberid + "_disclosures.pdf\">industry disclosure</a> for consumers.</td></tr></table>");

}

if ( format == 3 )
{
document.write("<table width=\"180\" border=\"0\" bordercolor=\"#000080\" style=\"border-collapse: collapse\"><tr><td align=\"center\"><A HREF=\"javascript:window_open('http://www.tascsite.org/status.php?memberid=" + memberid + "',600,200)\"><img border=\"0\" src=\"http://www.tascsite.org/tasc.gif\" width=\"72\" height=\"80\" align=\"top\" hspace=\"2\" vspace=\"2\"></a><p align=\"left\"><font size=\"1\">"  + membername + " is a member of (TASC) The Association of Settlement Companies.&nbsp; This trade association has developed a standardized <a target=\"_blank\" href=\"http://www.tascsite.org/disclosures/" + memberid + "_disclosures.pdf\">industry disclosure</a> for consumers.</font></td></tr></table>");
}
if ( format == 4 )
{		
document.write("<table width=\"160\" height=\"65\"><tr><td height=\"62\" width=\"160\">");
document.write("<A HREF=\"javascript:window_open('http://www.tascsite.org/status.php?memberid=" + memberid + "',600,200)\"><IMG src=\"http://www.tascsite.org/tasc.gif\" border=\"0\"></A>");
document.write("<p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">" + membername + " is a member of (TASC)</font></p><p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">The Association of Settlement Companies.</font></p><p style=\"margin-top: 0; margin-bottom: 0\" align=\"left\"><font size=\"1\">This trade association has developed a standardized <a target=\"_blank\" href=\"http://www.tascsite.org/disclosures/" + memberid + "_disclosures.pdf\">industry disclosure</a> for consumers.</font></p></td></tr></table>");
}