// JavaScript Document
h=screen.availHeight;
//document.write('<DIV >');
if(h>600)
document.write('<DIV STYLE="position:absolute;left:0;top:0;z-index:1;"><IMG align=left BORDER=0 SRC="table.gif" WIDTH=300 HEIGHT=170></DIV>');
else
document.write('<DIV STYLE="position:absolute;left:0;top:0;z-index:1"><IMG align=left BORDER=0 SRC="table.gif" WIDTH=300 HEIGHT=170></DIV>');
