/** this page strips out images & renders text printer friendly **/
/** add the following to header in order to invoke this style:  **/

#wrapper {
max-width:30em;
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
}


#navigation, #footer, .noprint { display: none; }