//Generated By Easy HTML To Any Script Converter
document.writeln("<script language=\"javascript\" type=\"text/javascript\">");
document.writeln("<!--");
document.writeln("  function showHide(elementID) {");
document.writeln("    var desc = null;");
document.writeln("    if (document.getElementById) {");
document.writeln("      desc = document.getElementById(\"cnt_desc_\" + elementID);");
document.writeln("    } else if (document.all) {");
document.writeln("      desc = document.all[\"cnt_desc_\" + elementID];");
document.writeln("    } else if (document.layers) {");
document.writeln("      desc = document.layers[\"cnt_desc_\" + elementID];");
document.writeln("    }");
document.writeln("    if (desc) {");
document.writeln("      if (desc.style.display == \'none\') {");
document.writeln("        expand(elementID);");
document.writeln("      } else {");
document.writeln("        collapse(elementID);");
document.writeln("      }");
document.writeln("    }");
document.writeln("  }");
document.writeln("  function expand(elementID) {");
document.writeln("    var cnt = null;");
document.writeln("    var desc = null;");
document.writeln("    var icon = null;");
document.writeln("    if (document.getElementById) {");
document.writeln("      cnt = document.getElementById(\"cnt_\" + elementID);");
document.writeln("      desc = document.getElementById(\"cnt_desc_\" + elementID);");
document.writeln("      icon = document.getElementById(\"cnt_icon_\" + elementID);");
document.writeln("    } else if (document.all) {");
document.writeln("      cnt = document.all[\"cnt_\" + elementID];");
document.writeln("      desc = document.all[\"cnt_desc_\" + elementID];");
document.writeln("      icon = document.all[\"cnt_icon_\" + elementID];");
document.writeln("    } else if (document.layers) {");
document.writeln("      cnt = document.layers[\"cnt_\" + elementID];");
document.writeln("      desc = document.layers[\"cnt_desc_\" + elementID];");
document.writeln("      icon = document.layers[\"cnt_icon_\" + elementID];");
document.writeln("    }");
document.writeln("    if (desc.style.display == \'none\') {");
document.writeln("      cnt.style.backgroundColor = \'#FFFFFF\';");
document.writeln("      cnt.style.border = \'0px dotted #000000\';");
document.writeln("      cnt.style.padding = \'0px\';");
document.writeln("      cnt.style.marginBottom = \'0px\';");
document.writeln("      desc.style.display = \'\';");
document.writeln("      icon.src = \"icon_minus.gif\"");
document.writeln("    }");
document.writeln("  }");
document.writeln("  function collapse(elementID) {");
document.writeln("    var cnt = null;");
document.writeln("    var desc = null;");
document.writeln("    var icon = null;");
document.writeln("    if (document.getElementById) {");
document.writeln("      cnt = document.getElementById(\"cnt_\" + elementID);");
document.writeln("      desc = document.getElementById(\"cnt_desc_\" + elementID);");
document.writeln("      icon = document.getElementById(\"cnt_icon_\" + elementID);");
document.writeln("    } else if (document.all) {");
document.writeln("      cnt = document.all[\"cnt_\" + elementID];");
document.writeln("      desc = document.all[\"cnt_desc_\" + elementID];");
document.writeln("      icon = document.all[\"cnt_icon_\" + elementID];");
document.writeln("    } else if (document.layers) {");
document.writeln("      cnt = document.layers[\"cnt_\" + elementID];");
document.writeln("      desc = document.layers[\"cnt_desc_\" + elementID];");
document.writeln("      icon = document.layers[\"cnt_icon_\" + elementID];");
document.writeln("    }");
document.writeln("    if (desc.style.display != \'none\') {");
document.writeln("      cnt.style.backgroundColor = \'\';");
document.writeln("      cnt.style.border = \'\';");
document.writeln("      cnt.style.padding = \'\';");
document.writeln("      cnt.style.marginBottom = \'\';");
document.writeln("      desc.style.display = \'none\';");
document.writeln("      icon.src = \"icon_plus.gif\"");
document.writeln("    }");
document.writeln("  }");
document.writeln("  function expandAll() {");
document.writeln("    var cnt = null;");
document.writeln("    if (document.body.getElementsByTagName) {");
document.writeln("      cnt = document.body.getElementsByTagName(\'DIV\');");
document.writeln("    } else if (document.body.all) {");
document.writeln("      cnt = document.body.all.tags(\'DIV\');");
document.writeln("    }");
document.writeln("    if (cnt) {");
document.writeln("      for (var i=0; i<cnt.length; i++) {");
document.writeln("        if (cnt[i].id.substring(0, 4) == \'cnt_\') {");
document.writeln("          if (cnt[i].id.substring(0, 5) != \'cnt_d\') {");
document.writeln("            expand(cnt[i].id.substring(4));");
document.writeln("          }");
document.writeln("        }");
document.writeln("      }");
document.writeln("    }");
document.writeln("  }");
document.writeln("  function collapseAll() {");
document.writeln("    var cnt = null;");
document.writeln("    if (document.body.getElementsByTagName) {");
document.writeln("      cnt = document.body.getElementsByTagName(\'DIV\');");
document.writeln("    } else if (document.body.all) {");
document.writeln("      cnt = document.body.all.tags(\'DIV\');");
document.writeln("    }");
document.writeln("    if (cnt) {");
document.writeln("      for (var i=0; i<cnt.length; i++) {");
document.writeln("        if (cnt[i].id.substring(0, 0) == \'cnt_\') {");
document.writeln("          if (cnt[i].id.substring(0, 0) != \'cnt_d\') {");
document.writeln("            collapse(cnt[i].id.substring(4));");
document.writeln("          }");
document.writeln("        }");
document.writeln("      }");
document.writeln("    }");
document.writeln("  }");
document.writeln("//-->");
document.writeln("  <\/script>");
document.writeln("<body topmargin=\"0\">");
document.writeln("<div id=\"header\">");
document.writeln("<div id=\"cnt_12680\">");
document.writeln("<table cellSpacing=\"0\" cellPadding=\"2\" width=\"475\" border=\"0\">");
document.writeln("<tr>");
document.writeln("<td width=\"239\"><a href=\"javascript:showHide(\'12680\');\">");
document.writeln("<font size=\"2\" face=\"Verdana\">");
document.writeln("<img id=\"cnt_icon_12680\" title height=\"11\" alt src=\"icon_plus.gif\" width=\"11\" border=\"0\">Refer and send E-mail to friend");
document.writeln("<\/font>");
document.writeln("<\/a><\/td>");
document.writeln("<td width=\"118\">");
document.writeln("<font size=\"2\" face=\"Verdana\">");
document.writeln("<a href=\"javascript:addbookmark()\">");
document.writeln("Add in favorite<\/a><\/font><\/td>");
document.writeln("<td width=\"41\">");
document.writeln("<a href=\"javascript:window.print()\"><font size=\"2\" face=\"Verdana\">Print<\/font><\/a><\/td>");
document.writeln("<td width=\"34\">");
document.writeln("<font face=\"Verdana\" size=\"2\"><a href=\"javascript:window.scrollTo(0,0);\">Top<\/a><\/font><\/td>");
document.writeln("<td width=\"35\">");
document.writeln("<font face=\"Verdana\" size=\"2\"><a href=\"javascript:doSaveAs()\">");
document.writeln("Save <\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<div id=\"cnt_desc_12680\" style=\"DISPLAY: none; width:100%; height:141\">");
document.writeln("<form method=\"POST\" action=\"http://yukt.com/frepro5.php\">");
document.writeln("<center>");
document.writeln("<table border=\"0\" cellspacing=\"1\" style=\"border-collapse: collapse\"  width=\"100%\" id=\"AutoNumber2\">");
document.writeln("<tr>");
document.writeln("<td width=\"100%\" style=\"border-style: solid; border-width: 0\">");
document.writeln("<center>");
document.writeln("<table border=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\"  width=\"100%\" id=\"AutoNumber1\" height=\"18\" cellpadding=\"0\">");
document.writeln("<tr>");
document.writeln("<td width=\"100%\" bgcolor=\"#F1F1F1\" height=\"21\" colspan=\"7\">");
document.writeln("<p align=\"right\" style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font face=\"Verdana\" style=\"font-size: 9pt\"><font color=\"#FF0000\">*<\/font>");
document.writeln("<font color=\"#FF0000\">Compulsory<\/font>,<\/font><font face=\"Verdana\" color=\"#0000FF\" style=\"font-size: 9pt\">");
document.writeln("*<\/font><font color=\"#FF0000\" face=\"Verdana\" style=\"font-size: 9pt\"><\/font>");
document.writeln("<font face=\"Verdana\" color=\"#0000FF\" style=\"font-size: 9pt\">*Optional<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td width=\"15%\" height=\"26\" colspan=\"2\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; \">");
document.writeln("<font face=\"Verdana\" size=\"1\" color=\"#FF0000\">Your Name<\/font><b><font color=\"#FF0000\" face=\"Verdana\" size=\"1\">*<\/font><\/b><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"26\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"20%\" height=\"26\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"y_name\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"42%\" height=\"26\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 10\">");
document.writeln("<font face=\"Verdana\" size=\"1\" color=\"#FF0000\">1st Friend&#39;s Email<\/font><b><font color=\"#FF0000\" face=\"Verdana\" size=\"1\">*<\/font><\/b><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"26\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"19%\" height=\"26\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"f_email\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td width=\"15%\" height=\"26\" colspan=\"2\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; \">");
document.writeln("<font face=\"Verdana\" size=\"1\" color=\"#FF0000\">Your Email<\/font><b><font color=\"#FF0000\" face=\"Verdana\" size=\"1\">*<\/font><\/b><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"26\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"20%\" height=\"26\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"y_email\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"42%\" height=\"26\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 10\">");
document.writeln("<font face=\"Verdana\" size=\"1\">2nd Friend&#39;s Email<\/font><font face=\"Verdana\" size=\"1\" color=\"#0000FF\">**<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"26\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"19%\" height=\"26\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"f_email1\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td width=\"15%\" height=\"54\" rowspan=\"2\" colspan=\"2\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; \">");
document.writeln("<font face=\"Verdana\" size=\"1\" color=\"#FF0000\">Your Message*<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"54\" rowspan=\"2\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"20%\" height=\"8\" rowspan=\"3\" valign=\"top\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<textarea name=\"y_msg\" rows=\"3\" cols=\"14\"><\/textarea><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"42%\" height=\"27\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 10\">");
document.writeln("<font face=\"Verdana\" size=\"1\">3rd Friend&#39;s Email<\/font><font face=\"Verdana\" size=\"1\" color=\"#0000FF\">**<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"27\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"19%\" height=\"27\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"f_email2\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td width=\"42%\" height=\"27\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 10\">");
document.writeln("<font face=\"Verdana\" size=\"1\">4th Friend&#39;s Email<\/font><font face=\"Verdana\" size=\"1\" color=\"#0000FF\">**<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"27\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"19%\" height=\"27\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"f_email3\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td width=\"8%\" height=\"27\" bgcolor=\"#F1F1F1\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font face=\"Verdana\" size=\"1\">");
document.writeln("<input type=\"submit\" value=\"Send\" style=\"font-size: 8pt\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"9%\" height=\"27\" bgcolor=\"#F1F1F1\" colspan=\"2\">");
document.writeln("<font face=\"Verdana\" size=\"1\">");
document.writeln("<input type=\"reset\" value=\"Reset\" style=\"font-size: 8pt\"><\/font><\/td>");
document.writeln("<td width=\"42%\" height=\"27\" align=\"right\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 10\">");
document.writeln("<font face=\"Verdana\" size=\"1\">5th Friend&#39;s Email<\/font><font face=\"Verdana\" size=\"1\" color=\"#0000FF\">**<\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<td width=\"2%\" height=\"27\" align=\"right\">");
document.writeln("&nbsp;<\/td>");
document.writeln("<td width=\"19%\" height=\"27\">");
document.writeln("<p style=\"margin-left: 4; margin-right: 4\">");
document.writeln("<font size=\"1\" face=\"Verdana\">");
document.writeln("<input type=\"text\" name=\"f_email4\" size=\"18\"><\/font><\/p>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/center><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/center>");
document.writeln("<\/form>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln("<\/div>");

