function openPopup(link,w,h) {
 t = window.open ("","_blank","width="+w+",height="+h+",top=22,left=22,screenX=22,screenY=22,resizable=no,scrollbars=no,dependent=no");
 t.location.href = link;
}