function paginaprinten()
{
window.print()
}

function Print(Frame){
window[Frame].focus();
window[Frame].print();
}
