﻿// JScript File
if (navigator.appName == "Netscape")
{   
    if (screen.width == "1280")
        document.write ("<table style='width:800px;text-align:center;height:390px'>");
    else                        
        document.write ("<table style='width:700px;text-align:center;height:390px'>");
}
else
{                                                       
   document.write ("<table width='700px' style='height:390px'>");
}

