function winPrint(){
window.print();
}

function winClose(){
window.close();
}

function winBack(){
history.go(-1);
}