 function tb_removeclose() { document.cookie='JSEnabledCookie=1; path=/'; $('body').css("class","");
var index=navigator.userAgent.indexOf('MSIE');
var version=navigator.userAgent.substring(index,index+8);
var urlpath=window.location.href; if( version=='MSIE 6.0' ) { $('#TB_overlay').click();
var urlpath=window.location.pathname; if(urlpath.indexOf('autocheck.asp')>1 || urlpath.indexOf('AutoCheck.asp')>1) { urlpath='autocheck.asp'; } else { urlpath='secure/autocheck.asp'; } if(document.getElementById('UserOptions')) { window.open(urlpath+'?useroptions=True','_top'); } } else { $('#TB_overlay').remove(); $('#TB_window').remove();
var urlpath=window.location.pathname; if(urlpath.indexOf('autocheck.asp')>1 || urlpath.indexOf('AutoCheck.asp')>1) { urlpath='autocheck.asp'; } else { urlpath='secure/autocheck.asp'; } if(document.getElementById('UserOptions')) { window.open(urlpath+'?useroptions=True','_top'); } } }
