document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); if(IfIE6()) { window.attachEvent ("onscroll", HandlePositionChange); document.getElementById('frmfly').style.display='block'; } else{var divId = 'frmfly'; var frmfly = document.getElementById(divId); frmfly.style.position = 'fixed';} function HandlePositionChange() { var topPadding = 0; var frmfly1 = document.getElementById('frmfly'); frmfly1.style.top = document.documentElement.scrollTop+topPadding; } function IfIE6() {return navigator.appVersion.indexOf("MSIE 6.0") != -1; }