function top(n){
if (n==1){predic=""};
if (n==2){predic="../"};
if (n==3){predic="../../"};

document.write('<table border="0" cellpadding="0" cellspacing="0" width="720" align="center" class="blank"><tbody>');

document.write('<tr><td width="720" height="6" colspan="4"></td>');

//document.write('<tr><td width="9" height="9" background="' + predic + 'kep/border_topleft.gif"></td>');
//document.write('<td width="702" height="9" colspan="2" background="' + predic + 'kep/border_horizontaltop.gif"></td>');
//document.write('<td width="9" height="9" background="' + predic + 'kep/border_topright.gif"></td>');

document.write('<tr><td width="720" height="9" background="' + predic + 'kep/head_top.gif" colspan="4"></td>');

document.write('<tr><td width="9" height="120" background="' + predic + 'kep/border_verticalleft.gif"></td>');
document.write('<td width="142" height="120" background="' + predic + 'kep/topleftbg.gif" align="center" valign="middle"><img src="' + predic + 'kep/kaftanlogo.gif"></td>');
document.write('<td width="560" height="120" bgcolor="78b078" align="center" valign="middle"><img src="' + predic + 'kep/mklogo.gif"></td>');
document.write('<td width="9" height="120" background="' + predic + 'kep/border_verticalright.gif"></td>');

document.write('<tr><td width="720" height="24" background="' + predic + 'kep/inline.gif" colspan="4"></td>');
}