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><tr><td width=\"320\" style=\"font-size:xx-small\">");
document.write("<a href=\"javascript:window_open('http://www.tascsite.org/status.php?memberid=" + memberid + "',600,200)\"><img src=\"http://www.startovertoday.com/images/tasc2.gif\" border=\"0\" align=\"left\" style=\"padding-right:2px;\"></a>");
document.write("<br />" + membername + " is a member of (TASC)<br />The Association of Settlement Companies.<br />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 == 2 )
{
document.write("<table width=\"300\" height=\"80\" border=\"2\" bordercolor=\"#000080\" style=\"border-collapse: collapse; position:absolute\" cellspacing=\"1\"><tr><td height=\"80\" width=\"280\" align=\"left\"><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=\"left\" hspace=\"2\" vspace=\"2\"></a><p><font size=\"1\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "  + 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 == 3 )
{
document.write("<table width=\"111\" height=\"153\" border=\"2\" bordercolor=\"#000080\" style=\"border-collapse: collapse\"><tr><td height=\"151\" width=\"105\" 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>");
}