function calcDDMenuX()
{
   w = detect_width();
//   xpos = Math.floor((w-780)/2+93);
   xpos = Math.floor((w-780)/2+30)+130;
   return xpos;
}

function calcDDMenuY()
{
   return 118;
}

function calcDDMenuXHome()
{
   w = detect_width();
   xpos = Math.floor((w-780)/2+30)+130;
   return xpos;
}

function calcDDMenuYHome()
{
   return 140;
}


