main = new Object(tags.body); tophead = new Object(classes.tophead.all); header1 = new Object(classes.headersp.all); header2 = new Object(classes.headersp2.div); photo = new Object(classes.photo.td); picture = new Object(tags.img); topmain = new Object(classes.topmain.all); with(main) { backgroundColor = "white"; backgroundImage = "../../images/bg_main.gif"; } with(tophead) { margins("0px"); paddings("0px"); } with(header1) { backgroundColor = "#339966"; color = "white"; } with(header2) { paddings("0px"); margins("0px"); borderColor = "#339966"; borderStyle = "solid"; borderWidths("1px"); width = "384px"; } contextual(classes.headersp2.div, tags.big).margins("20px"); tags.p.textIndent = "1em"; tags.a.textDecoration = "underline"; with(photo) { backgroundColor = "black"; backgroundImage = "../images/film.gif"; } with(picture) { margins("0px"); paddings("0px"); } with(topmain) { width = "584px"; marginTop = "20px"; paddings("0px"); } classes.hr.all.marginLeft = "4px"; classes.hr.all.marginTop = "2px"; classes.hr.all.marginBottom = "2px"; classes.home.all.marginLeft = "230px";