function checkParent(owner)
{
if (this.name != owner)
    top.location.href = "index.htm";
}

function printContent()
{
parent.content.focus();
parent.print();
}

