function dieLevel(level){
    var dct;
    if (level == "0") {
        dct = "./";
    } else if (level == "1") {
        dct = "../";
    }
    document.write('<table border="0" cellpadding="0" cellspacing="0" width="500" height="20">');
    document.write('<tr height="20">');
    document.write('<td height="20" width="125"><a href="' + dct + 'p01.html"                    ><img border="0" width="125" height="20" src="' + dct + 'img/bt_items_01.gif" onMouseover="this.src=\'' + dct + 'img/bt_items2_01.gif\'" onMouseout= "this.src=\'' + dct + 'img/bt_items_01.gif\'"></a></td>');
    document.write('<td height="20" width="125"><a href="' + dct + 'cgi-bin/dm_search.cgi?c1=p02"><img border="0" width="125" height="20" src="' + dct + 'img/bt_items_02.gif" onMouseover="this.src=\'' + dct + 'img/bt_items2_02.gif\'" onMouseout= "this.src=\'' + dct + 'img/bt_items_02.gif\'"></a></td>');
    document.write('<td height="20" width="125"><a href="' + dct + 'cgi-bin/dm_search.cgi?c1=p03"><img border="0" width="125" height="20" src="' + dct + 'img/bt_items_03.gif" onMouseover="this.src=\'' + dct + 'img/bt_items2_03.gif\'" onMouseout= "this.src=\'' + dct + 'img/bt_items_03.gif\'"></a></td>');
    document.write('<td height="20" width="125"><a href="' + dct + 'cgi-bin/dm_search.cgi?c1=p04"><img border="0" width="125" height="20" src="' + dct + 'img/bt_items_04.gif" onMouseover="this.src=\'' + dct + 'img/bt_items2_04.gif\'" onMouseout= "this.src=\'' + dct + 'img/bt_items_04.gif\'"></a></td>');
    document.write('</tr>');
    document.write('</table>');
}