function printpage() {
if (window.print) {
window.print();
} else {
alert('To print this page, select Print Frame from the file menu.');
}
}