if (name!='Microsoft Internet Explorer')
{y=window.innerHeight;
if (y<=590)
y=2;
else
y=(y-590);
y1=(Math.floor((y)/2));
}
else
{y=document.body.clientHeight;
if (y<=590)
y=2;
else
y=(y-590);
y1=(Math.floor((y)/2));
}
t='<img src=/t.gif width=1 height='+y1+' border=0>';
//alert(t);

