ÿþ<html> <head> <script language="JavaScript" type="text/javascript"> function checkform() { if (document.download_form.username.value == ""){ alert("Please enter your Full Name"); document.download_form.username.focus(); return false; } if (document.download_form.company.value == ""){ alert("Please enter your Company Name"); document.download_form.company.focus(); return false; } if (document.download_form.emailaddress.value ==""){ alert("Please enter your Email Address"); document.download_form.emailaddress.focus(); return false; } if (document.download_form.download_city.value == ""){ alert("Please enter your City"); document.download_form.download_city.focus(); return false; } if (document.download_form.download_country.value == ""){ alert("Please enter your Country"); document.download_form.download_country.focus(); return false; } if (document.download_form.bookradio[0].checked == true) { document.download_form.book.value = "LEAN"; window.open ("http://www.sysprousa.com/wrksite/Web_Images/ERP_Lean.pdf"); } if (document.download_form.bookradio[1].checked == true){ document.download_form.book.value = "SOA"; window.open ("http://www.sysprousa.com/wrksite/Web_Images/SOA_Book.pdf"); } } </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF"> <form action="http://www.sysprousa.com/wrksite/Web_Images/SOA_download.asp" method="post" name="download_form"> <LINK rel="stylesheet" type="text/css" href="http://www.sysprousa.com/wrksite/Home_01/css/syspro.css"> <STYLE TYPE="text/css"> <!-- td { font-family:arial; font-size:8pt; } INPUT{ font-family:arial; font-size:7.5pt; } --> </STYLE> <table border="0" cellpadding="0" width="455" height="148" cellspacing="0"> <tr> <td width="12" valign="top" bgcolor="#DCD9D5"> <img src="http://www.sysprousa.com/wrksite/Web_Images/sidebar.gif" width="12" height="148" border="0" alt=""> </td> <td align="center" valign="top" bgcolor="#DCD9D5"> <table border="0" cellspacing="0" cellpadding="0"> <tr><td colspan="2"><img src="http://www.sysprousa.com/wrksite/Web_Images/download_text.gif" width="174" height="40" border="0" alt=""></td></tr> <tr><td><img src="http://www.sysprousa.com/wrksite/Web_Images/ERP_LEAN.gif" width="170" height="27" border="0" alt=""></td><td valign="middle"><input type="radio" name="bookradio" value="LEAN" checked></td></tr> <tr><td colspan="2"><img src="http://www.sysprousa.com/wrksite/Web_Images/or_text.gif" width="174" height="27" border="0" alt=""></td></tr> <tr><td><img src="http://www.sysprousa.com/wrksite/Web_Images/SOA_Offer.gif" width="170" height="27" border="0" alt=""></td><td valign="middle"><input type="radio" name="bookradio" value="SOA"></td></tr> </table> </td> <td align="center" valign="middle" bgcolor="#DCD9D5"> <table border="0" cellspacing="0" cellpadding="3"> <tr> <td valign="top" bgcolor="#DCD9D5"> Name:<br> <input type="text" class="textbox" name="username" size="20"> </td> <td valign="top" bgcolor="#DCD9D5"> Company:<br> <input type="text" class="textbox" name="company" size="20"> </td> </tr> <tr> <td valign="top" bgcolor="#DCD9D5"> Email Address:<br> <input type="text" name="emailaddress" size="20"> </td> <td valign="top" bgcolor="#DCD9D5"> City:<br> <input type="text" class="textbox" name="download_city" size="20"> </td> </tr> <tr> <td valign="top" bgcolor="#DCD9D5"> Country:<br> <input type="text" class="textbox" name="download_country" size="20"> </td> <td align="center" valign="bottom" bgcolor="#DCD9D5"> <input type="hidden" name="book" value="LEAN"> <input name="SubmitBtn" type="image" id="SubmitBtn2" src="http://www.sysprousa.com/wrksite/Web_Images/btn_download.gif" align="top" width="74" height="22" border="0" onclick="return checkform()"> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>