hi,
Today it looks like this:
A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site:
<select name="frame">
<option value="-">--Choose here--</option>
<option value="BG00" selected>BG00</option>
<option value="BG01"...