function makeheader() {
document.write("<table border='0' width='740' align='center'><tr><td valign='top'>")
document.write("<table border='0' width='100%' id='ruler'><tr><td valign='top' align='right'")
}

function makebody() {
document.write("<a name='menu'></a></td></tr></table></td></tr><tr><td align='center'>")
document.write("<table border='0' width='100%' cellpadding='20' id='room'><tr><td>")
}

function makefooter() {
document.write("</td></tr><tr><td>")
document.write("<table border='0' width='100%' bgcolor='#85C226'><tr>")
document.write("<td align='left'>")
document.write("<img src='images/logo YCMF.gif' alt='Yogyakarta Contemporary Music Festival'></td>")
document.write("<td align='right'>")
document.write("<img src='images/logo ICCY.gif' alt='Independent Composers Community Yogyakarta'></td>")
document.write("</tr></table>")
document.write("</td></tr></table></td></tr><tr><td>")
document.write("<table border='0' width='100%' cellpadding='2' bgcolor='olive'><tr>")
document.write("<td align='left'><p id='footer'>Copyright &copy; 2009 YCMF. All rights reserved.</td>")
document.write("<td align='right'><p id='footer'>Last Updated: 5 UT 10/12/2009</td>")
document.write("</tr></table></td></tr></table>")
}

var a="a00"
function show(x) {
 document.all[a].style.display='none'
 document.all[x].style.display=''
 a=x; location='#menu'
}

function toggle(t)
{
var e = document.getElementById(t);
       if(e.style.display == '')
          e.style.display = 'none';
       else
          e.style.display = '';
}

