function cmxPrint2() {
var url= location.href;
window.open(url, "_blank").moveBy(40,40);
}