function calcDDMenuX() {
   w = detect_width();
   xpos = Math.floor( ( (w - 984) / 2) + 19);
   return xpos;

}

function calcDDMenuY() {
   return 129;
}

