function linkopenwebphone(page) {
var x= eval(screen.width);
var nLeft= eval(x - 625-10);
nLeft= parseInt(nLeft);
this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=625,height=700,left=" + nLeft + ",top=0");
}

