/*****************************************************
Just add this code to the end of the coolmenus js file
Add-in to have different offsets x y on the same level
******************************************************/
var sox=0;
var soy=0;
makeCM.prototype.onshow+=";this.offsetxypos(b,pm,pm.subx,pm.suby,maxw,maxh)"
makeCM.prototype.offsetxypos=function(b,pm,x,y,w,h,n){
b.moveIt(x+sox,y+soy) //sox soy definded in the menu above onmouseover sox=20 soy=10
sox=0;
soy=0;
}