function calcDDMenuX()
{
   w = detect_width();
   xpos = Math.floor((w-935)/2+197);
   return xpos;
}

function calcDDMenuY()
{
   return 131;
}

function calcDDMenuXHome()
{
   w = detect_width();
   xpos = Math.floor((w-935)/2+197);
   return xpos;
}

function calcDDMenuYHome()
{
   return 131;
}
