if((screen.width == 1024) &&(screen.height == 768))
{
document.write('<td width=\"*\">');
document.write('<IMG height=\"150\" src=\"images/index/banana2.jpg\" width=\"100%\" align=\"absMiddle\">');
document.write("</td>");
}
else
{
document.write('<td width=\"*\">');
document.write('<IMG height=\"150\" src=\"images/index/banana1.jpg\" width=\"100%\" align=\"absMiddle\">');document.write("</td>");
}