home *** CD-ROM | disk | FTP | other *** search
- on setRecent fName
- set the textSize of field fName to 9
- set the textFont of field fName to "MS Sans Serif"
- set the textStyle of field fName to "bold"
- set the foreColor of field fName to 255
- end
-
- on setFieldTopic fName
- set the textSize of field fName to 9
- set the textFont of field fName to "MS Sans Serif"
- set the textStyle of field fName to "bold"
- set the foreColor of field fName to 32
- end
-
- on setHeadline fName
- set the textSize of field fName to 12
- set the textFont of field fName to "times"
- set the textStyle of field fName to "bold"
- set the foreColor of field fName to 255
- end
-
- on setCaption fName
- set the textSize of field fName to 9
- set the textFont of field fName to "MS Sans Serif"
- set the textStyle of field fName to "plain"
- end
-
- on setArticleBody fName
- set the textSize of field fName to 12
- set the textFont of field fName to "times"
- set the textStyle of field fName to "plain"
- end
-
- on setDispHead1 fName
- set the textSize of field fName to 14
- set the textFont of field fName to "times"
- set the textStyle of field fName to "bold"
- end
-
- on setDispHead2 fName
- set the textSize of field fName to 18
- set the textFont of field fName to "times"
- set the textStyle of field fName to "bold"
- end
-