From var to mc

how could i call a mc, from inside a function, being this target stored in a var

ex:

var clipVar:MovieClip = this.main_mc.myClip_mc;

function goX (){
this[clipVar]._x = 100;
}

goX();

no parameters for the function please!

thx
.am