﻿// JScript File

function printPage() {
    window.print();
}

function winPop() {
    alert("here");
}


