image1=new Image();
image1.src="images/frame-top/mini_logo_1.gif";
image2=new Image();
image2.src="images/frame-top/mini_logo_2.gif";

document.writeln('<div style="left:1;top:1;position:absolute">');
document.writeln('<table border=0 cellpadding=0 cellspacing=0 width=145>');
document.writeln('<tr><td class="menu" align="center" width=145 height=151 background="images/frame-top/mini_logo_1.gif" onmouseover=this.background=image2.src; onmouseout=this.background=image1.src;></td></tr>');
document.writeln('</table>');
document.writeln('</div>');


