﻿// this script used for the print page button
function varitext(text) {
    text = document
    print(text)
}
// This script in <body>
//<INPUT NAME="print" TYPE="button" VALUE="Print This Address"
//ONCLICK="varitext()">