<%-- Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2001, 2004 - All Rights reserved. --%><%-- NOTE: If you change this file, "touch" the version of the file which includes it to see your changes. You can do this by editing that file and saving it. This file is included with the @include JSP directive which compiles this file into the servlet for the file that includes it. --%><%-- The following bit of code is to make BIDI support a little easier. These variables are meant to suppliment the <wps:bidi ...> tag. There are situations where it is easier to use these variables instead of the tag itself. --%><% String bidiAlignRight="right"; String bidiAlignLeft="left"; String bidiDirAttr=""; String bidiImageRight="Right"; String bidiImageLeft="Left"; String bidiImageRTL=""; %><wps:bidi is="rtl"><% bidiAlignRight="left"; bidiAlignLeft="right"; bidiDirAttr="dir=\"rtl\""; bidiImageRight="Left"; bidiImageLeft="Right"; bidiImageRTL="_rtl"; %></wps:bidi>