<%spacer(5,500)%> <%spacer(30,1)%>
LEFT MENU
<%spacer(5,10)%> <%spacer(5,10)%>TOP COMPONENT
<%spacer(4,300)%> <%spacer(100,2)%>
MAIN
Jim Mahoney (mahoney@marlboro.edu)
%# <%init> my $bgcolor = "#CCCCFF"; # pale blue my $bordercolor = "#CCFFCC"; # pale green sub spacer { my ($width, $height) = @_; my $clear = "../images/clear.gif"; return qq{}; }