document.writeln("<select name=\"menu1\" onchange=\"MM_jumpMenu(\'parent\',this,0)\">");
document.writeln("            <option>Select a Country</option>");
document.writeln("            <option value=\"australia.html\">Australia</option>");
document.writeln("            <option value=\"canada.html\">Canada</option>");
document.writeln("            <option value=\"china.html\">China</option>");
document.writeln("            <option value=\"europe.html\">Europe</option>");
document.writeln("            <option value=\"france.html\">France</option>");
document.writeln("            <option value=\"ireland.html\">Ireland</option>");
document.writeln("            <option value=\"korea.html\">Korea</option>");
document.writeln("            <option value=\"mexico.html\">Mexico</option>");
document.writeln("            <option value=\"malaysia-singapore.html\">Malaysia/Singapore</option>");
document.writeln("            <option value=\"new_zealand.html\">New Zealand</option>");
document.writeln("            <option value=\"south_africa.html\">South Africa</option>");
document.writeln("            <option value=\"spain.html\">Spain</option>");
document.writeln("            <option value=\"thailand.html\">Thailand</option>");
document.writeln("            <option value=\"uk.html\">United Kingdom</option>");
document.writeln("          </select>");
document.writeln("          </form>");
