function openD(theURL) {
  var l = Math.floor((screen.availWidth-580)/2); 
  var a = Math.floor((screen.availHeight-400)/2);
  window.open(theURL,'cr_news',"width=580,height=400,menubar=no,toolbar=no,resizable=no,scrollbars=yes,left=" + l + ",top=" + a);
}

function openNI(dd) {
  var l = Math.floor((screen.availWidth-580)/2); 
  var a = Math.floor((screen.availHeight-400)/2);
  window.open('/dd_ni.htm?ID='+dd,'cr_news_i',"width=580,height=400,menubar=no,toolbar=no,resizable=no,scrollbars=yes,left=" + l + ",top=" + a);
}

function PopupPic(sPicURL) { 
  window.open("/popup.htm?"+sPicURL, "", "resizable=0,HEIGHT=10,WIDTH=10");
}