<!-- newprotect2 unclick -->
<!-- Begin
msg  = "Notice!\n This image is copyrighted - unauthorized copying\nor reproduction in any form is prohibited by law.\n\n"; 
msg += "\n"; 
msg += "Configuring the Page file for crash dump failed!\n"; 
msg += "Make sure there is a page file on the boot partition\n"; 
msg += "and it is large enough to contain all physical memory."; 

function trap() {
if(document.images)
for(i="0";i<document.images.length;i++)
document.images[0].onmousedown = mprotect;
}

function mprotect(e) {
alert
( msg );
return false;
}
// End -->
