create an empty stylesheet called print.css and within it put the following code:

Code:
image {display:none; overflow:hidden; }
add the following at the end of your css in every page:

Code:
<link rel="stylesheet" media="print" href="print.css" type="text/css" />
Haven't tested, but i think this will sort you out, tho it will not print images.