function resizeWindow(){
top.resizeTo(600,400)
}
function showPrint(area){
document.getElementById(area).className = "printme";
window.print();
}