if (document.all && window.print) {
document.writeln('<style type="text/css">\n'); 
document.writeln('<!--\n'); 
document.writeln('.bigbox, .smallbox {\n'); 
document.writeln('filter:progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offX=1,offY=1)\n'); 
document.writeln('}\n'); 
document.writeln('-->\n'); 
document.writeln('</style>\n'); 
//alert('IE Win'); 
}