<html>
<head>
<title>&nbsp;&nbsp;FlexibleSoft Quick Backup - Purchase.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Description" CONTENT="FlexibleSoft Quick Backup is an easy-to-use backup software to make a copy of your critical data.">
<meta name="Keywords" CONTENT="backup software, cd backup, pc backup">
<link href="main.css" rel=stylesheet type=text/css>
</head>
<body  bgcolor=FFFFFF link=5C0070 vlink=000000 marginheight=0 topmargin=0>
<center>
  <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr> 
      <td width=160 ALIGN=right><a href="/"><img height=83 alt="FlexibleSoft Quick Backup" 
            src="images/fs_160x83.gif" 
            width=160 border=0></a></td>
      <td > <TABLE width="100%" height="83">
          <TBODY>
            <TR> 
              <TD height="79" align="right"> <TABLE borderColor=#004C99 cellSpacing=0 cellPadding=0 width=468 border=1>
                  <TBODY>
                    <TR> 
                      <TD class="AD">  <a href="http://www.adjusttime.com/time/"><img src="images/at_468x60.gif" alt="The Computer Time" border="0"></a>                      </TD>
                    </TR>
                  </TBODY>
                </TABLE></TR>
          </TBODY>
        </TABLE></td>
    </tr>
  </table>
  <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr> 
      <td height=20 width=160   bgcolor=004C99 valign=middle  class=mainmenutt>&nbsp;&nbsp;&nbsp;FLEXIBLESOFT 
        PROJECT </td>
      <td height=20 width=1 bgcolor=FFFFFF><img src="/images/trans_1x1.gif" width=1 height=1 border=0 alt="domain name"></td>
      <td height=20 bgcolor=004C99 valign=middle class=mainmenu>&nbsp;&nbsp;&nbsp;<NOBR>FLEXIBLESOFT QUICK BACKUP</NOBR></td>
      <td height=20 width=2 bgcolor=004C99 valign=middle class=mainmenu align=right><NOBR> 
        <A HREF="." CLASS=a-home>HOME</A>&nbsp;</NOBR> </td>
    </tr>
  </table>
  <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr> 
      <td height=20 width=160 bgcolor=EBEBEB valign=top> <img src="/images/trans_1x1.gif" width=160 height=1 border=0 alt=""> 
        <table width=100% cellpadding=5 cellspacing=1 border=0 align=center class=linkbar>
          <tr> 
            <td valign="top"><a class=linkbar-1st href=".">Home</a><br>
<a class=linkbar-1st href="news.php">News</a><br> 
<a class=linkbar-1st href="downloads.php">Downloads</a><br>
<a class=linkbar-1st href="purchase.php">Purchase</a><br> 
<a class=linkbar-1st href="contactus.php">Contact Us</a><br>
<a class=linkbar-1st href="screenshots.php">Screenshots</a><br> 
<a class=linkbar-1st href="newsletter.php">Newsletter</a><br>
<a class=linkbar-1st href="helponline/index.html" target="_blank">Help Online</a><br>
<br>
<hr noshade size=1> 
</td>
          </tr>
        </table></td>
      <td height=20 width=100% valign=top align=right> <table width=100% cellpadding=0 cellspacing=0 border=0>
          <tr> 
            <td valign=top class=maintext> <table width=100% cellspacing="30" cellpadding="0" border="0">
                <tr> 
                  <td valign="top"> <table class="maintext" width="100%" cellspacing="1" cellpadding="5" border="0" bgcolor="EBEBEB">
                      <tr valign="top"> 
                        <td align="right"><b>FlexibleSoft Quick Backup &nbsp;-&nbsp;ORDERING 
                          AND PAYMENT METHODS.</b></td>
                      <tr valign="top" bgcolor="FBFBFB"> 
                        <td> <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="84"> 
                                  <p><img src="images/PoweredByEmetrixB.gif" width="150" height="28" vspace="5" hspace="5" align="right" border="0" alt="eMetrix">The 
                                    software is available for immediate download. 
                                    Once you have purchased the product by filling 
                                    in online order form, a license will be sent 
                                    to you via email to unlock the software for 
                                    use. You may download the trial software before 
                                    or after you complete the purchase process.</p>
                                  <p><b>FlexibleSoft Quick Backup gives 
                                    you all future UPDATES for FREE! Not like 
                                    the competition that will make you pay again 
                                    every one or two years.</b> </p>
                                  <br></td>
                              </tr>
                            </tbody>
                          </table>
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><b>ORDER ONLINE USING CREDIT CARD</b></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="133"> 
                                  <p>This is the fastest and easiest way. You 
                                    will receive information electronically immediately 
                                    after ordering! Visa, Mastercard, American 
                                    Express, Eurocard and Discover are accepted. 
                                    Instant product key delivery, safe and secure. 
                                    Your credit card information is sent directly 
                                    to the credit card processor using secure 
                                    protocol. We protect you by ensuring that 
                                    nobody but you and the automated credit card 
                                    processor will get access to your credit card 
                                    information. </p>
                                  <script language="JavaScript">
  <!--
  
  function IsFormOk()

  {
   var prod=document.OrderForm2.product.value;
   if(prod=="nil")
   {
    alert('Please choose the product.');
         document.OrderForm2.product.focus();
    return false;
   }
    
   var license=document.OrderForm2.license.value;
     if(license=="nil")
   {
    alert("Please choose the license.");
         document.OrderForm2.license.focus();
       return (false);
   }
   
	var quantity = parseInt(document.OrderForm2.qty.value);
	if (quantity<=0)
	{
		alert("Number of licenses must be a positive number");
		document.OrderForm2.license.focus();
		return false;
	}
		
    return (true);
   }
   
  //-->
  </script> </p> <form lang="en" id="OrderForm" name="OrderForm2" target="_top" method="get" action="php/emetrix.php" onSubmit="return IsFormOk()">
                                    <table width="400" height="84" align="center" cellpadding="3" vspace="0" hspace="0">
                                      <tbody>
                                        <tr align="left"> 
                                          <td valign="center" colspan="3" height="5"> 
                                            <img src="images/trans_1x1.gif" width="113" height="1"> 
                                            <img src="images/cc.gif" width="210" height="28"> 
                                          </td>
                                        <tr> 
                                          <td nowrap align="left" width="10" height="20"><img src="images/0.gif" width="1" height="1"></td>
                                          <td nowrap align="left" width="93" valign="middle" height="20"> 
                                            <p align="right"><b>Product:</b></p></td>
                                          <td width="269" height="20"> <select name="product" size="1">
                                              <option value="FQB1">FlexibleSoft Quick Backup</option>
                                            </select> <input type="hidden" name="currency" value="USD">
                                          </td>
                                        </tr>
                                        <tr valign="top"> 
                                          <td nowrap align="left" width="10" height="25">&nbsp;</td>
                                          <td nowrap align="left" width="93" valign="middle" height="25"> 
                                            <p align="right"><b>License:</b></p></td>
                                          <td width="269" height="25"> <select name="license">
                                              <option value="nil" selected>&lt;Select 
                                              a License&gt;</option>
                                              <option value="0">Personal - 
                                              $24.97                                              </option>
                                              <option value="1">Business -
											   $29.97</option>
                                              <option value="2">Site -
											    $499.00</option>
                                            </select> </td>
                                        </tr>
                                        <tr valign="top"> 
                                          <td nowrap align="left" width="10" height="25">&nbsp;</td>
                                          <td nowrap align="left" width="93" valign="middle" height="25"> 
                                            <p align="right"><b>Quantity:</b></p></td>
                                          <td width="269" height="25"> <input maxlength=3 size=3 value=1 
                                name=qty > </td>
                                        </tr>
                                        <tr align="left"> 
                                          <td valign="center" colspan="3" height="5"> 
                                            <img src="images/trans_1x1.gif" width="115" height="8"> 
                                            <input type="submit" value="Buy now!" name="btn" height="22" width="64"> 
                                          </td>
                                        </tr>
                                      </tbody>
                                    </table>
                                  </form></td>
                              </tr>
                            </tbody>
                          </table>
                          <!-- -->
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><strong>PURCHASE ORDER</strong></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="62"> 
                                  <p>We accept purchase orders from qualified 
                                    corporations and organizations on orders of 
                                    <strong>$50</strong> or more. You can submit 
                                    the purchase order to us by fax (801-497-9456) 
                                    or <a href="mailto:offlinepayments@emetrix.com">mail</a>. 
                                    We cannot accept purchase orders by email. 
                                    Please note that we can only accept purchase 
                                    orders with pricing in US Dollars. </p></td>
                              </tr>
                            </tbody>
                          </table>
                          <!-- -->
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><strong>CHECK / MONEY ORDER</strong></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="44"> 
                                  <p>Click <a href="https://secure.emetrix.com/order/orderform.txt">here</a> 
                                    to go to the check order form. Fill out the 
                                    applicable information, and send the form 
                                    with payment to the address located at the 
                                    top of the form. </p></td>
                              </tr>
                            </tbody>
                          </table>
                          <!-- -->
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><strong>CREDIT CARD ORDER BY FAX</strong></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="44"> 
                                  <p>Click <a href="https://secure.emetrix.com/order/orderform.txt"> 
                                    here</a> to go to the fax order form. Fill 
                                    out the applicable information, and send the 
                                    form to the fax number located at the top 
                                    of the form. </p></td>
                              </tr>
                            </tbody>
                          </table>
                          <!-- -->
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><strong>CREDIT CARD ORDER BY PHONE</strong></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="44"> 
                                  <p>To place your order by phone call us with 
                                    your credit card information ready at one 
                                    of the numbers below: </p>
                                  <p><strong>Toll Free (US and Canada only):</strong> 
                                    888-447-1175<br>
                                    <strong>Standard (International):</strong> 
                                    952-646-5558</p>
                                  <p></p></td>
                              </tr>
                            </tbody>
                          </table>
                          <!-- -->
                          <table cellspacing=0 cellpadding=0 width="100%" 
                  bgcolor=#ebebeb border=0>
                            <tbody>
                              <tr> 
                                <td><img height=20 alt="" src="" width=1 border=0></td>
                                <td 
                  class=advert><b>LICENSE TYPES</b></td>
                              </tr>
                            </tbody>
                          </table>
                          <table border=0>
                            <tbody>
                              <tr> 
                                <td class=maintext-time valign=top height="133"> 
                                  <ul>
                                    <li><b>Personal License</b> - 
                                      $24.97                                      <br>
                                      The right to install and use our software 
                                      product on one or more home computers. You 
                                      need as many licenses as there are computers 
                                      on which our software will be installed.</li>
                                    <li><b>Business License</b> - 
                                      $29.97                                      <br>
                                      The right to install and use our software 
                                      product on one or more computers. You need 
                                      as many licenses as there are computers 
                                      on which our software will be installed.</li>
                                    <li><b>Site License</b> - 
                                      $499.00                                      <br>
                                      The right to install and use our software 
                                      product on an unlimited number of computers 
                                      in one domain. </li>
                                  </ul></td>
                              </tr>
                            </tbody>
                          </table></td>
                      </tr>
                    </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td bgcolor=EBEBEB ALIGN=center VALIGN=top width="160">&nbsp; </td>
      <td bgcolor=FFFFFF ALIGN=center VALIGN=top width=100%>&nbsp; </td>
    </tr>
  </table>
  <table width=100% cellpadding=0 cellspacing=0 border=0>
    <tr> 
      <td colspan=3> <hr color=9A9A9A noshade size=1> </td>
    </tr>
    <tr> 
      <td class=maintext VALIGN=top>
	  
<script type="text/javascript"><!--
google_ad_client = "pub-3037460420134043";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="5814076661";
google_color_border = "EBEBEB";
google_color_bg = "FBFBFB";
google_color_link = "004C99";
google_color_text = "000000";
google_color_url = "004080";
//--></script>

	  
	  </td>
      <td class=maintext ALIGN=center VALIGN=top> </td>
      <td class=maintext align=right VALIGN=top>Copyright &copy; <A HREF="/" CLASS="linkbar-2nd">FlexibleSoft Co.</A> 1998-2009 </td>
<!-- Google-Analytics Code START -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-324759-2";
urchinTracker();
</script>
<!-- Google-Analytics Code START -->
</tr>  </table>
  <br>
</center>
</body>
</html>
