function printThis(){
if (!window.print){
alert("You need a 4.x browser or better to use this print button!")
return
}
window.print()
}

