
function write_banner(obj){
document.writeln("<table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr><td width=\"150\" rowspan=\"2\" valign=\"top\" scope=\"col\">");
document.writeln("      <a href=\"index.htm\"><img src=\"img\/logo.gif\" width=\"186\" height=\"40\" border=\"0\" \/><\/a><\/td>");
document.writeln("  <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td scope=\"col\"><hr color=\"#99cc33\" size=\"1\" \/><\/td>");
document.writeln("        <\/tr>");
document.writeln("  <\/table>");
document.writeln("  <div align=\"center\">");
document.writeln("  <img src=\"");
document.write(obj);
document.writeln("\"\/>");
}


function write_menus(obj){
document.writeln("  <table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td width=\"10%\" rowspan=\"2\" valign=\"top\" scope=\"col\">");
document.writeln("         <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("        <!--DWLayoutTable-->");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"index.htm\"><img src=\"img\/menu-1.gif\" name=\"Image1\" width=\"150\" height=\"31\" border=\"0\" id=\"Image1\" onmouseover=\"MM_swapImage(\'Image1\',\'\',\'img\/menu-1bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"companyprofile.html\"><img src=\"img\/menu-2.gif\" name=\"Image21\" width=\"150\" height=\"31\" border=\"0\" id=\"Image21\" onmouseover=\"MM_swapImage(\'Image21\',\'\',\'img\/menu-2bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"varieties.html\"><img src=\"img\/menu-3.gif\" name=\"Image3\" width=\"150\" height=\"31\" border=\"0\" id=\"Image3\" onmouseover=\"MM_swapImage(\'Image3\',\'\',\'img\/menu-3bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"products.html\"><img src=\"img\/menu-4.gif\" name=\"Image4\" width=\"150\" height=\"31\" border=\"0\" id=\"Image4\" onmouseover=\"MM_swapImage(\'Image4\',\'\',\'img\/menu-4bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"quality.html\"><img src=\"img\/menu-5.gif\" name=\"Image5\" width=\"150\" height=\"31\" border=\"0\" id=\"Image5\" onmouseover=\"MM_swapImage(\'Image5\',\'\',\'img\/menu-5bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td scope=\"col\"><a href=\"news.html\"><img src=\"img\/menu-6.gif\" name=\"Image6\" width=\"150\" height=\"31\" border=\"0\" id=\"Image6\" onmouseover=\"MM_swapImage(\'Image6\',\'\',\'img\/new-news.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr><td><\/td>");
document.writeln("          <td height=\"31\" valign=\"top\" scope=\"col\"><a href=\"contact.html\"><img src=\"img\/menu-7.gif\" name=\"Image7\" width=\"150\" height=\"31\" border=\"0\" id=\"Image7\" onmouseover=\"MM_swapImage(\'Image7\',\'\',\'img\/menu-7bg.gif\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("          <td height=\"42\">&nbsp;<\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
return;
}

