global proc moveCVs()
{
	string $cyl[] = `polyCylinder -r 1 -h 2 -sx 20 -sy 1 -sz 1 -ax 0 1 0 -rcp 0 -cuv 3 -ch 1`;
	select -r ($cyl[0]+".vtx[20:21]") ($cyl[0]+".vtx[37:39]") ;
	move -r 0 0.876853 0 ;

}