main = new Object(tags.body); prof = new Object(classes.prof_main.all); tbl = new Object(tags.table); result = new Object(classes.results.all); with(main) { backgroundColor = "white"; backgroundImage = "../../images/bg_main.gif"; backgroundRepeat = "repeat-y"; paddingLeft = "50px"; } with(prof) { borderColor = "white"; borderWidths("1px"); borderStyle = "solid"; marginLeft = "90px"; } tbl.margins("5px"); result.lineHeight = "120%";