function pageSetup_Null()
{
try {
var Wsh=new ActiveXObject('WScript.Shell');
var HKEY_Root,HKEY_Path,HKEY_Key; 
HKEY_Root='HKEY_CURRENT_USER';
HKEY_Path='\\Software\\Microsoft\\Internet Explorer\\PageSetup\\';
HKEY_Key='header';
Wsh.RegWrite(HKEY_Root+HKEY_Path+HKEY_Key,''); HKEY_Key='footer';
Wsh.RegWrite(HKEY_Root+HKEY_Path+HKEY_Key,'');
}catch(e){}
window.setTimeout("document.getElementById('toolbar').style.display='block';",2000);

</SCRIPT>