function printpage()
{
window.print();return false
}
function topofpage()
{
window.scrollTo(0,250);
}
