﻿// JScript File
if (navigator.appName == "Netscape")
{   
    if (screen.width == "1280")
        document.write ("<td width='17%'>&nbsp;</td>");
    else if (screen.width == "1152")
        document.write ("<td width='12%'>&nbsp;</td>");    
    else if (screen.width == "1024")
        document.write ("<td width='5%'>&nbsp;</td>");    
}  
if (navigator.appName == "Netscape")
{
   document.write ("<td style='vertical-align:top;text-align:left;height:420px;'>");               
}  
else
{
    document.write ("<td style='vertical-align:top;text-align:left;height:400px;'>");               
}

