/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ 
function c2g_printDocument(){if(navigator.appName.indexOf("Microsoft")!=-1&&navigator.platform.indexOf("Mac")!=-1||navigator.appVersion.indexOf("3.0")!=-1){alert("Please use your browser's print command to print this document.")}else{parent.print()}}function c2g_printArea(H,B,D,A,F){var E=(navigator.appName.indexOf("Microsoft")!=-1&&navigator.platform.indexOf("Mac")!=-1||navigator.appVersion.indexOf("3.0")!=-1);var C="toolbar=no,location=no,directories=no,scrollbars=yes,width="+(B+20)+",height="+(D+20)+",menubar="+(E?"yes":"no");var G=window.open("","",C);G.document.writeln("<html><head><title>"+A+"</title>");if(F){G.document.writeln('<link href="'+F+'" type="text/css" rel="stylesheet" />')}G.document.writeln('<script language="JavaScript" type="text/javascript">');G.document.writeln("  <!--");G.document.writeln("  function c2g_printDocument() {");if(E){G.document.writeln('    alert("Please use your browser\'s print command to print this document.");')}else{G.document.writeln("    parent.print();")}G.document.writeln("  }");G.document.writeln("  //-->");G.document.writeln("  </script>");G.document.writeln("</head>");G.document.writeln('<body MS_POSITIONING="GridLayout" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">');G.document.writeln("<form>");G.document.writeln('&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:void(0);" onclick="c2g_printDocument();"><span style="font-family: Tahoma, Arial, sans-serif; font-size: 10px">print</span></a><br /><br />');G.document.writeln('<div style="margin:20px; width:'+B+'px; text-align:left;">');G.document.writeln(document.getElementById(H).innerHTML);G.document.writeln("</div>");G.document.writeln('&nbsp;&nbsp;&nbsp;&nbsp;<a href="javascript:void(0);" onclick="c2g_printDocument();"><span style="font-family: Tahoma, Arial, sans-serif; font-size: 10px">print</span></a><br /><br />');G.document.writeln("</form></body></html>")};