<!-- Begin 
if (screen.height >= 650 && screen.width >= 850) { 
document.write("</td></tr>"); 
} 
else { 
if (screen.height == 600 && screen.width == 800) { 
document.write(" "); 
} 
else { 
document.write(" "); 
} 
} 
// End --> 
