function printMarginSub()
{
	var a = window. open('','','scrollbars=yes,width=605,height=459');
    a.document.open("text/html");
    a.document.write('<html><head><link rel="stylesheet" href="../css/kombat.css" /><style type="text/css">#frame{background-image:none;background-color:#FFFFFF;}</style></head><body style="padding-left:20px;background-image:none;background-color:#FFFFFF;">');
    a.document.write(document.getElementById('marginSub').innerHTML);
    a.document.write('</body></html>');
    a.document.close();
    a.print();
}