if (isIE) {
                
        document.write('<TR><TD WIDTH="760" HEIGHT="3" COLSPAN="23"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="3"></TD></TR>');
        //document.write('this is ie');

} else if (!(isIE) && (isLATERAPP)) {
                
        document.write('<TR><TD WIDTH="760" HEIGHT="3" COLSPAN="23"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="3"></TD></TR>');
        // document.write('this is new nn');
        
} else {
        
        document.write('<TR><TD WIDTH="760" HEIGHT="10" COLSPAN="23"><SPACER TYPE="BLOCK" WIDTH="760" HEIGHT="10"></TD></TR>');
        // document.write('this is old nn');
        
}
