vabbeh fai una funzione, su

codice:
function tronca(str){
	str = str.substring(1,str.length-4);
	trace(str);
}
tronca(">aaa>bbb>ccc>ddd");