function submitForm() {
	f1 = document.f.email.value;
	xStr = "?email="+f1;
	theWindow=window.open("http://www.kassistechnologies.com/cgi-bin/subscribe.pl"+xStr,"","width=438,height=300,scrollbars=0,status=0,menubar=0,toolbar=0,location=0,directories=0");
	document.f.reset();
}

function verify(f) {
    if ( !check_email(f.email.value) ) {
	alert('Please enter a valid EMAIL address.');;
	f.email.focus();
	return false;
    }
    return true;
}

function check_email(e) {
	ok = "1234567890qwertyuiop[]asdfghjklzxcvbnm.@-_QWERTYUIOPASDFGHJKLZXCVBNM";

	if (document.f.email.value == "your@mail.com") {
		return (false);
	}

	for(i=0; i < e.length ;i++){
		if(ok.indexOf(e.charAt(i))<0){ 
			return (false);
		}	
	} 

	if (document.images) {
		re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/;
		re_two = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
		if (!e.match(re) && e.match(re_two)) {
			return (-1);		
		} 

	}

}

document.write('      <IMG height=34 src="images/nav_header.gif" width=140 border=0><BR>                                                       ');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width=140 border=0>                                                                   ');
document.write('        <TBODY>                                                                                                                ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'index.html\';" vAlign=top align=left width=140 bgColor=#006699>                         ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="index.html" style="text-decoration: none">                                                               ');
document.write('                <font color="#FFFFFF">&nbsp;Home</font></a>                                                                    ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                  ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'aboutus.html\';" vAlign=top align=left width=140 bgColor=#006699>                       ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="aboutus.html" style="text-decoration: none">                                                             ');
document.write('                <font color="#FFFFFF">&nbsp;About Us</font></a>                                                                ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                  ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'services.html\';" vAlign=top align=left width=140 bgColor=#006699>                      ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="services.html" style="text-decoration: none">                                                            ');
document.write('                <font color="#FFFFFF">&nbsp;Services</font></a>                                                                ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                  ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'software.html\';" vAlign=top align=left width=140 bgColor=#006699>                      ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="software.html" style="text-decoration: none">                                                            ');
document.write('                <font color="#FFFFFF">&nbsp;Software</font></a>                                                                ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                  ');
//document.write('        <TR>                                                                                                                   ');
//document.write('          <TD onclick="location.href=\'http://kassistechnologies.vstoremarket.com/\';" vAlign=top align=left width=140 bgColor=#006699>                                  ');
//document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
//document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
//document.write('             <a href="http://kassistechnologies.vstoremarket.com/" style="text-decoration: none">                           ');
//document.write('             <a href="http://kassistechnologies.vstoremarket.com/" style="text-decoration: none">                       ');
//document.write('                <font color="#FFFFFF">&nbsp;Online Store</font></a>                                                            ');
//document.write('             </span></TD>                                                                                                      ');
//document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
//document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
//document.write('        </TR>                                                                                                                  ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'affiliates.html\';" vAlign=top align=left width=140 bgColor=#006699>                      ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="affiliates.html" style="text-decoration: none">                                                            ');
document.write('                <font color="#FFFFFF">&nbsp;Affiliates</font></a>                                                                ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                      ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'clients.html\';" vAlign=top align=left width=140 bgColor=#006699>                      ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="clients.html" style="text-decoration: none">                                                            ');
document.write('                <font color="#FFFFFF">&nbsp;Our Clients</font></a>                                                                ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                      ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD onclick="location.href=\'contactus.html\';" vAlign=top align=left width=140 bgColor=#006699>                     ');
document.write('             <IMG height=1 src="images/spclear.gif" width=137 border=0><BR>                                                    ');
document.write('             <span style="font-family: helvetica,Arial,verdana; font-size: 9pt">                                               ');
document.write('             <a href="contactus.html" style="text-decoration: none">                                                           ');
document.write('                <font color="#FFFFFF">&nbsp;Contact Us</font></a>                                                              ');
document.write('             </span></TD>                                                                                                      ');
document.write('          <TD vAlign=top align=left width=3 bgColor=#003366>                                                                   ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0></TD>                                                     ');
document.write('        </TR>                                                                                                                  ');
document.write('      </TBODY></TABLE>                                                                                                         ');
document.write('      <IMG height=13 src="images/nav_footer.gif" width=140 border=0><BR><BR>                                                   ');
document.write('                                                                                                                               ');
document.write('      <!-- Newsletter -->                                                                                                      ');
document.write('      <IMG height=22 src="images/newsletter_hdr.gif" width=140 border=0><BR>                                                   ');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width=140 border=0>                                                                   ');
document.write('        <TBODY>                                                                                                                ');
document.write('        <TR>                                                                                                                   ');
document.write('          <TD vAlign=top align=middle width=137 bgColor=#006699>                                                               ');
document.write('             <FORM name="f" action="javascript:submitForm();" onSubmit="return verify(this);">                                 ');
document.write('             <INPUT type=text name=email size=13 maxlength=80 value="your@mail.com">                                           ');
document.write('             <IMG height=3 src="images/spclear.gif" width=137 border=0><INPUT TYPE="image" SRC="images/subscribe.gif" BORDER=0>');
document.write('             </FORM>                                                                                                           ');
document.write('           </TD>                                                                                                               ');
document.write('           <TD vAlign=top align=left width=3 bgColor=#003366>                                                                  ');
document.write('             <IMG height=1 src="images/spclear.gif" width=3 border=0>                                                          ');
document.write('           </TD>                                                                                                               ');
document.write('        </TR>                                                                                                                  ');
document.write('        </TBODY>                                                                                                               ');
document.write('      </TABLE>                                                                                                                 ');
document.write('      <IMG height=13 src="images/nav_footer.gif" width=140 border=0><br>                                                       ');