<html>
<head>
<title>Cyprus Property by Petevinos Property Developers. Cyprus</title>
<META NAME="robots" CONTENT="INDEX, FOLLOW">
<META HTTP-EQUIV="Content-language" CONTENT="en">
<META NAME="rating" CONTENT="General">
<meta name="keywords" content="cyprus property, cyprus properties, paphos properties, limassol properties, cyprus properties for rent, cyprus real estate, cyprus villa for sale, parekklisia properties, pissouri properties, villas for rent in cyprus, for sale cyprus properties, paphos apartments, pafos apartments, paphos properties for sale, paphos properties for rent, flats in paphos, limassol houses, cyprus village properties for sale, cyprus golf properties, cyprus villas, cyprus villas for sale, pissouri houses for sale">
<META NAME="Description" CONTENT="Cyprus property for sale. Cyprus Property by Petevinos Property Developers. Cyprus. Wide selection of Cyprus properties for sale and rent such as vVillas,  houses, apartments and flats,"><SCRIPT LANGUAGE="JavaScript">
function floor(number)
{
  return Math.floor(number*Math.pow(10,2))/Math.pow(10,2);
}

function dosum()
{
  var mi = document.temps.IR.value / 1200;
  var base = 1;
  var mbase = 1 + mi;
  for (i=0; i<document.temps.YR.value * 12; i++)
  {
    base = base * mbase
  }
  document.temps.PI.value = floor(document.temps.LA.value * mi / ( 1 - (1/base)))
  document.temps.MT.value = floor(document.temps.AT.value / 12)
  document.temps.MI.value = floor(document.temps.AI.value / 12)
  var dasum = document.temps.LA.value * mi / ( 1 - (1/base)) +
	document.temps.AT.value / 12 + 
	document.temps.AI.value / 12;
  document.temps.MP.value = floor(dasum);
}

</SCRIPT>

<link href="style.css" rel="stylesheet" type="text/css">
<body bgcolor="#99CC00" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<FORM NAME="temps">
  <table border="0" cellpadding="3" cellspacing="1" width="100%">
    <tr bgcolor="#003366"> 
      <td width="100%" colspan="2"> 
        <p align="center" class="boxTitlewhite"><b>Mortgage Calculator</b> </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td>Years: </td>
      <td align="center"> 
        <INPUT TYPE="TEXT" NAME="YR" onChange="dosum()" SIZE="6" VALUE="30">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td>Interest:</td>
      <td align="center"> 
        <INPUT TYPE="TEXT" NAME="IR" onChange="dosum()" SIZE="6" VALUE="8.0">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td>Loan Amount:</td>
      <td align="center"> 
        <INPUT TYPE="TEXT" NAME="LA" onChange="dosum()" SIZE="6" VALUE="100000">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td>Annual Tax:</td>
      <td align="center"> 
        <INPUT TYPE="TEXT" NAME="AT" onChange="dosum()" SIZE="6" VALUE="1000">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td>Annual Insurance:</td>
      <td align="center"> 
        <INPUT TYPE="TEXT" NAME="AI" onChange="dosum()" SIZE="6" VALUE="300">
      </td>
    </tr>
    <tr align="center"> 
      <td colspan="2"> 
        <INPUT TYPE="BUTTON" VALUE="Calculate Now!" onClick="dosum()">
      </td>
    </tr>
    <tr bgcolor="#003366"> 
      <td colspan="2" align="center" class="boxTitlewhite"><b>Results</b></td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td width="50%">Monthly Prin + Int</td>
      <td width="50%" align="center"> 
        <INPUT TYPE="TEXT" NAME="PI" SIZE="10">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td width="50%">Monthly Tax</td>
      <td width="50%" align="center"> 
        <INPUT TYPE="TEXT" NAME="MT" SIZE="10">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td width="50%">Monthly Insurance</td>
      <td width="50%" align="center"> 
        <INPUT TYPE="TEXT" NAME="MI" SIZE="10">
      </td>
    </tr>
    <tr bgcolor="#d2e98f"> 
      <td width="50%">Total Payment</td>
      <td width="50%" align="center"> 
        <INPUT TYPE="TEXT" NAME="MP" SIZE="10">
      </td>
    </tr>
  </table>
</form>

</body>
</html>
