function openCAD(url, left, top){
popUp = window.open(url,'','resizable=yes,scrollbar=yes,height=550,width=750,left='+left+",top="+top);
popUp.focus();
}
