function printContent()
{
 window.parent._CONTENT.focus();
 window.print();
}

