
if (document.layers) {
document.layers.LyrSection0.document.LyrText1.document.captureEvents(Event.MOUSEUP);
document.layers.LyrSection0.document.LyrText1.document.onMouseUp = Text1_onClick;
document.layers.LyrSection0.document.LyrText3.document.captureEvents(Event.MOUSEUP);
document.layers.LyrSection0.document.LyrText3.document.onMouseUp = Text3_onClick;
document.layers.LyrSection0.document.LyrText5.document.captureEvents(Event.MOUSEUP);
document.layers.LyrSection0.document.LyrText5.document.onMouseUp = Text5_onClick;
document.layers.LyrSection0.document.LyrText7.document.captureEvents(Event.MOUSEUP);
document.layers.LyrSection0.document.LyrText7.document.onMouseUp = Text7_onClick;
document.layers.LyrSection0.document.LyrText9.document.captureEvents(Event.MOUSEUP);
document.layers.LyrSection0.document.LyrText9.document.onMouseUp = Text9_onClick;
}
