function w(text)
{
   document.writeln(text);
}

function rowgo(name,site,choice,sub)
{
   w((name==choice)?'<TR BGCOLOR="#FFFFFF">':'<TR BGCOLOR="#800000" ONMOUSEOVER=bgColor="#000000" ONMOUSEOUT=bgColor="#800000" ONCLICK=window.location="'+site+'" STYLE="cursor:hand">');
   w('<TD ALIGN="left" NOWRAP>');
   w((name==choice)?'<FONT FACE="Times New Roman, Times" COLOR="#000000" SIZE="4">':'<FONT FACE="Times New Roman, Times" COLOR="#FFFFFF" SIZE="4">');
   w(((name==choice) && (sub==true))?'<A HREF="'+site+'">':'');
   w(name);
   w(((name==choice) && (sub==true))?'</A>':'');
   w('</FONT></TD></TR>');
}

function openlayout(choice,sub)
{
   window.status='Vote Shirley Weiss';
   w('<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">');
   w('<TR HEIGHT="1"><TD COLSPAN="2">');
   w('<TABLE WIDTH="100%" HEIGHT="1" CELLSPACING="0" CELLPADDING="0" BORDER="0">');
   w('<TR BGCOLOR="#800000"><TD WIDTH="110"><IMG SRC="images/a-usa.gif" ALT="USA"></TD>');
   w('<TD ALIGN="left"><FONT COLOR="#FFFFFF" SIZE="7" FACE="Times New Roman, Times"><DIV ID="titletext">Vote Shirley Weiss</DIV></FONT></TD>');
   w('<TD ALIGN="center"><A HREF="http://www.omnikoz.com"><FONT FACE="Times New Roman, Times" SIZE="3">Design & Hosting:<BR><FONT SIZE="4">OmniKoz</FONT></FONT></A></TD>');
   w('</TR>');
   w('</TABLE></TD></TR>');
   w('<TR><TD BGCOLOR="#0000FF" HEIGHT="5" COLSPAN="2"></TD></TR>');
   w('<TR VALIGN="top"><TD WIDTH="1" ALIGN="left" BGCOLOR="#800000">');
   w('<TABLE WIDTH="1" CELLSPACING="0" CELLPADDING="5" BORDER="0">');
   rowgo('Home','.',choice,sub);
   rowgo('Up to Date','uptodate.html',choice,sub);
   rowgo('The New Shirley','newshirley.html',choice,sub);
   rowgo('Letters','letters.html',choice,sub);
   rowgo('Video','video.html',choice,sub);
   rowgo('2007 Winning Team','2007team.html',choice,sub);
   rowgo('2007 Election Results','results2007.html',choice,sub);
   rowgo('Election Results','results.html',choice,sub);
   rowgo('Meet Shirley','meet.html',choice,sub);
   rowgo('ASAA - Dr. Burt','burt.html',choice,sub);
   rowgo('Endorsements','endorse.html',choice,sub);
   rowgo('Resum&#233','resume.html',choice,sub);
   rowgo('Accomplishments','accomp.html',choice,sub);
   rowgo('Goals','goals.html',choice,sub);
   rowgo('Ted Taylor Talks','taylor.html',choice,sub);
   rowgo('2007 Press Releases','press2007.html',choice,sub);
   rowgo('Press Releases','press.html',choice,sub);
   rowgo('History','history.html',choice,sub);
   rowgo('Tax Information','taxinfo.html',choice,sub);
   rowgo('Pictures','pictures.html',choice,sub);
   rowgo('Voting Information','voting.html',choice,sub);
   rowgo('Links','links.html',choice,sub);
   rowgo('Help Shirley','help.html',choice,sub);
   rowgo('Contact','contact.html',choice,sub);
   w('</TABLE>');
   w('</TD><TD BGCOLOR="#FFFFFF" WIDTH="100%">');
   w('<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="10" BORDER="0">');
   w('<TR VALIGN="top"><TD BGCOLOR="#FFFFFF">');
   w('<FONT FACE="Times New Roman, Times" COLOR="#000000" SIZE="4">');
}

function closelayout()
{
   w('</FONT>');
   w('</TD></TR>');
   w('</TABLE>');
   w('</TD></TR>');
   w('</TABLE>');
}