function printit()
{
   if ((document.saramembfrm.First_Name.value == null ||
                                        document.saramembfrm.First_Name.value == "")
   || (document.saramembfrm.Last_Name.value == null ||
                                        document.saramembfrm.Last_Name.value == "")
   || (document.saramembfrm.Home_Telephone.value == null ||
                                        document.saramembfrm.Home_Telephone.value == "")
   || (document.saramembfrm.Address.value == null ||
                                        document.saramembfrm.Address.value == "")
   || (document.saramembfrm.City.value == null ||
                                        document.saramembfrm.City.value == "")
   || (document.saramembfrm.Province.value == null ||
                                        document.saramembfrm.Province.value == "")
   || (document.saramembfrm.Postal_Code.value == null ||
                                        document.saramembfrm.Postal_Code.value == ""))
   {
        window.alert("Please enter all required information (marked with *).")
        return false
   }

 win=window.open("","Sara_Membership_Form","resizable=no,height=320,width=500");

 win.document.write('<html><head><title>Sara Membership Form</title></head>')
 win.document.write('<body bgcolor="white" onLoad="window.print()">')

 win.document.write('<DIV ALIGN=center><B><FONT SIZE=5 COLOR="FF0000">Swansea Area Ratepayers Association</FONT></B><BR>')
 win.document.write('<BR>')
 win.document.write('<B><FONT SIZE=4>Membership Application/Renewal - 2009</FONT></B><BR>')
 win.document.write('<BR>')
 win.document.write('Payment: Please make your cheque payable to the: Swansea Area Ratepayers ')
 win.document.write('Association<br>')
 win.document.write('Please send this completed membership form along with your cheque to:<br>')
 win.document.write('Swansea Area Ratepayers Association<BR>')
 win.document.write('c/o John Meijer, Membership Chair, 16 The Palisades, Toronto ON  M6S 2W8</DIV>')
 win.document.write('<TABLE VALIGN=top WIDTH="80%" BORDER=0 CELLSPACING=0 CELLPADDING=0>')
 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Given Name:</DIV></TD><TD WIDTH="27%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.First_Name.value)
 win.document.write('</B>')
 win.document.write('</TD><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right> Family Name:</DIV></TD><TD WIDTH="38%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Last_Name.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Title:</DIV></TD><TD WIDTH="27%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Title.value)
 win.document.write('</B>')
 win.document.write('</TD><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Company/Organization (if applicable):</DIV></TD><TD WIDTH="38%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Employer.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Home Telephone:</DIV></TD><TD WIDTH="27%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Home_Telephone.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Office Telephone:</DIV></TD><TD WIDTH="27%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Office_Telephone.value)
 win.document.write('</B>')
 win.document.write('</TD><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Extension:</DIV></TD><TD WIDTH="38%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Extension.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Fascimile:</DIV></TD><TD WIDTH="27%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Facsimile.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

// win.document.write('<TR VALIGN=top></TR>')
// win.document.write('</TABLE>')
// win.document.write('<TABLE Height=20 WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0>')
 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right> E-mail:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.E_mail.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>URL:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.URL.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
// win.document.write('</TABLE>')

 //win.document.write('<TABLE Height=20 WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0>')
 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Address:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Address.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Suite/Apt/Unit No.:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Suite.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>City:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.City.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Province/State:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Province.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Postal Code/Zip:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Postal_Code.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')

 win.document.write('<TR VALIGN=top><TD WIDTH="18%" VALIGN=middle><DIV ALIGN=right>Country:</DIV></TD><TD WIDTH="82%" VALIGN=middle>')
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Country.value)
 win.document.write('</B>')
 win.document.write('</TD></TR>')
 win.document.write('<BR>')
 win.document.write('</TABLE>')
 win.document.write('<br>')
 win.document.write('<P><HR WIDTH="100%" SIZE=6 ALIGN=left> <BR>')
 win.document.write('<DIV ALIGN=center><FONT SIZE=3>Annual Membership Fee: </FONT></DIV><B><FONT SIZE=3>')
 win.document.write('<br>')
 for (var i = 0; i < document.saramembfrm.Membership_Fee.length; i++) {
   if (document.saramembfrm.Membership_Fee[i].checked) {
     break
   }
 }
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
 win.document.write(document.saramembfrm.Membership_Fee[i].value)
 win.document.write(' plus Donation: ')
 win.document.write(document.saramembfrm.DonationAmt.value)
 win.document.write('<br>')
 win.document.write('</B>')
 win.document.write('<br>') 
 
 win.document.write('<DIV ALIGN=center></B><FONT SIZE=3>Yes, I want to get involved and help with: </FONT><br><B><FONT SIZE=3>')

 for (var i = 0; i < document.saramembfrm.Help_With.length; i++) {
   if (document.saramembfrm.Help_With[i].checked) {
 win.document.write('<B>')
 win.document.write('&nbsp;&nbsp;')
     win.document.write(document.saramembfrm.Help_With[i].value)
 win.document.write('</B>')
     win.document.write('<br>')
   }
 }

 win.document.write('</B><BR>')
 win.document.write('<BR>')
 win.document.write('<B><FONT SIZE=2>NOTE: The Membership year begins on January 1st and ends on December 31 of the year.</FONT></B><br></DIV><BR>')
 win.document.write('<BR>')

 win.document.write('</body>')
 win.document.write('</html>')
 win.document.close()

 return true
}            








