function header()
{
document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td><img src=\"images\/img_top.jpg\" border=\"0\" usemap=\"#Map\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<map name=\"Map\" id=\"Map\"><area shape=\"rect\" coords=\"36,16,221,58\" href=\"index.html\" \/>");
document.writeln("<area shape=\"rect\" coords=\"908,13,981,63\" href=\"http:\/\/www.kef.com.hk\" target=\"_blank\" \/><\/map>")
}

function menu()
{
document.writeln("<table width=\"980\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"images\/bg_menu.jpg\">");
document.writeln("  <tr>");
document.writeln("    <td><a href=\"index.html\"><img src=\"images\/menu_home.jpg\" id=\"home\" onmouseover=\"MM_swapImage(\'home\',\'\',\'images\/menu_home_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><a href=\"about.html\"><img src=\"images\/menu_about.jpg\" id=\"about\" onmouseover=\"MM_swapImage(\'about\',\'\',\'images\/menu_about_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><a href=\"products.html\"><img src=\"images\/menu_products.jpg\" id=\"products\" onmouseover=\"MM_swapImage(\'products\',\'\',\'images\/menu_products_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"15\" height=\"1\" \/><\/td>");
document.writeln("    <td><a href=\"promotions.html\"><img src=\"images\/menu_promotions.jpg\" id=\"promotions\" onmouseover=\"MM_swapImage(\'promotions\',\'\',\'images\/menu_promotions_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"30\" height=\"1\" \/><\/td>");
document.writeln("    <td><a href=\"store.html\"><img src=\"images\/menu_stores.jpg\" id=\"stores\" onmouseover=\"MM_swapImage(\'stores\',\'\',\'images\/menu_stores_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"30\" height=\"1\" \/><\/td>");
document.writeln("    <td><a href=\"tips.html\"><img src=\"images\/menu_tips.jpg\" id=\"tips\" onmouseover=\"MM_swapImage(\'tips\',\'\',\'images\/menu_tips_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"33\" height=\"1\" \/><\/td>");
document.writeln("    <td><a href=\"enews.html\"><img src=\"images\/menu_enews.jpg\" id=\"enews\" onmouseover=\"MM_swapImage(\'enews\',\'\',\'images\/menu_enews_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"17\" height=\"1\" \/><\/td>");
document.writeln("    <td><a href=\"clearance.html\"><img src=\"images\/menu_clearance.jpg\" id=\"clearance\" onmouseover=\"MM_swapImage(\'clearance\',\'\',\'images\/menu_clearance_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a><\/td>");
document.writeln("    <td><img src=\"images\/spacer.gif\" width=\"48\" height=\"1\" \/><\/td>");
document.writeln("    <td><img src=\"images\/menu_chi.jpg\" id=\"chi\" alt=\"Coming Soon\" \/><!--<a href=\"#\"><img src=\"images\/menu_chi.jpg\" id=\"chi\" onmouseover=\"MM_swapImage(\'chi\',\'\',\'images\/menu_chi_on.jpg\',1)\" onmouseout=\"MM_swapImgRestore()\" \/><\/a> --><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
}

function footer()
{
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td class=\"footer\">All Rights Reserved &copy; 2008. iTheatre<\/td>");
document.writeln("    <td class=\"footer\" align=\"right\"><a href=\"privacy.html\" class=\"footer\">Privacy Policy<\/a> | <a href=\"terms.html\" class=\"footer\">Terms & Condition<\/a> | <a href=\"mailto:itheatre@gpacoustics.com.hk\" class=\"footer\">Contact Us<\/a><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
}