if ((getData2("Country")=="UK")||(getData2("Country")=="US"))
{
document.write("<table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"1\" bgcolor=\"#D0D0D0\">");
document.write("  <tr bgcolor=\"#999999\"> ");
document.write("    <td><font color=\"#FFFFFF\"><strong>Price in US$");
document.write("      </strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>1 - 5 pages</strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>5 - 10 pages</strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>10 - 15 pages</strong></font></td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#FFFFFF\"> ");
document.write("    <td><strong>Advanced Service</strong></td>");
document.write("    <td>$799</td>");
document.write("    <td>$1099</td>");
document.write("    <td>$1299</td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#EEEEEE\"> ");
document.write("    <td><strong>Professional Service</strong></td>");
document.write("    <td>$999</td>");
document.write("    <td>$1299</td>");
document.write("    <td>$1499</td>");
document.write("  </tr>");
document.write("</table>");
}
else
{
document.write("<table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"1\" bgcolor=\"#D0D0D0\">");
document.write("  <tr bgcolor=\"#999999\"> ");
document.write("    <td><font color=\"#FFFFFF\"><strong>Price in AU$ (inc. ");
document.write("      GST)</strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>1 - 5 pages</strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>5 - 10 pages</strong></font></td>");
document.write("    <td><font color=\"#FFFFFF\"><strong>10 - 15 pages</strong></font></td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#FFFFFF\"> ");
document.write("    <td><strong>Search Engine Optimisation Service</strong></td>");
document.write("    <td>$899</td>");
document.write("    <td>$1199</td>");
document.write("    <td>$1399</td>");
document.write("  </tr>");
document.write("  <tr bgcolor=\"#EEEEEE\"> ");
document.write("    <td><strong>Search Engine Optimisation Service with Link Building Strategy</strong></td>");
document.write("    <td>$1099</td>");
document.write("    <td>$1399</td>");
document.write("    <td>$1599</td>");
document.write("  </tr>");
document.write("</table>");
}