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