
top.OneColumnHeader( "pc : downloads", 2 )
top.OpenContent()
document.write( "<br>" )

top.HeaderItem( 1, "Utilities" )

l = "<a href='downloads/SplashKiller.zip'>SplashKiller</a> (30k zip)"
t = "Kill your SplashScreens!"
top.TwoColumnHeaderWithBorderSameColor( "<br>" + l, 2, "<br>" + t + "<br><br>", 2, 0, 1 )

l = "<a href='downloads/ResizeEnable.zip'>ResizeEnable</a> (39k zip)"
t = "Turn non-resizeable windows into resizeable windows!"
top.TwoColumnHeaderWithBorderSameColor( "<br>" + l, 2, "<br>" + t + "<br><br>", 2, 0, 1 )

l = "<a href='downloads/ShortPopUp.zip'>ShortPopUp</a> (66k zip)"
t = "Add some sorely missed functionality to Windows 98/Me/NT/2000"
top.TwoColumnHeaderWithBorderSameColor( "<br>" + l, 2, "<br>" + t + "<br><br>", 2, 0, 1 )

l = "<a href='downloads/bubblesPC.zip'>Bubbles..</a> (19k zip)"
t = "A PC version of our ST screen-saver, with a few extra bits added in."
top.TwoColumnHeaderWithBorderSameColor( "<br>" + l, 2, "<br>" + t + "<br><br>", 2, 0, 1 )


top.CloseContent()
