function printarticle()
{
var article = window.open('','','width=650,height=400,scrollbars=yes');
article.document.open("text/html");
article.document.write('<link rel="stylesheet" type="text/css" href="../../../_style/style_en.css" media="screen" >');
article.document.write('<link rel="stylesheet" type="text/css" href="../../../_style/print_en.css" media="print" >');
article.document.write('<table width="95%" cellpadding="0" cellspacing="0"><tr><td height="98" class="valign"><table  border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td><img src="../../../_images/blank.gif" width="20" height="1" alt="" border="0"></td><td align="left"><img src="../../../_images/falcon.jpg" width="135" height="98" alt="" border="0"></td><td width="100%"></td><td align="right"><img src="../../../_images/fewalogo.jpg" width="315" height="77" alt="" border="0"></td></tr></table></td></tr><tr><td height="30"></td></tr></table>');
article.document.write(document.getElementById('printArea').innerHTML);
//article.document.write('<table width="95%" cellpadding="0" cellspacing="0"><tr><td height="98" class="valign"><table  border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td><img src="_images/blank.gif" width="32" height="1" alt="" border="0"></td><td align="left"><img  src="_images/footerprint.jpg" width="210" height="13" alt="" border="0"></td></tr></table></td></tr></table>');
article.document.close();
article.focus();
article.print();
}

