/>
if ( parent.height != 40 ){
parent.animate ( 'height', 40 , 500 );
} else {
parent.animate ( 'height', 15 , 500 );
}
parent.selman.select( this );
if ( s ){
this.setBGColor( green );
this.setHeight( 50 );
} else {
this.setBGColor( 0x9999FF );
this.setHeight( 15 );
}
March
20