﻿// JScript File
if (navigator.appName == "Netscape")
{  
   if (screen.width == "1280")
        document.write ("<td width='20%'>&nbsp;</td>");
   else if (screen.width == "1152")
        document.write ("<td width='20%'>&nbsp;</td>"); 
   else if (screen.width == "1024")
        document.write ("<td width='10%'>&nbsp;</td>"); 
}   

