var str = '<SCRIPT LANGUAGE="javascript">'
str+=		'function LinkUp() '
str+=		'{'
str+=		'var number = document.DropDown.DDlinks.selectedIndex;'
str+=		'location.href = document.DropDown.DDlinks.options[number].value;'
str+=		'}'
str+=		'</SCRIPT>'
str+=		'<FORM NAME="DropDown">'
str+=		'<SELECT NAME="DDlinks">'

str+=		'<option value="../ivan/index.htm"> Sleeping the the Enemy</option>'


str+=		'<option>--------------------</option>'

str+=		' <option value="../04-05/073_take_the_stage.htm">Take the stage (05/01/05)</option>'
str+=		' <option value="../04-05/034_it_was_good.htm">And Brian saw everything that he had created (27/09/04)</option>'
str+=		' <option value="../04-05/010_crystal_balls.htm">Crystal Balls (30/07/04)</option>'

str+=		'<option>--------------------</option>'

str+=		'<option>Season 2003/04</option>'

str+=		'<option>--------------------</option>'


str+=		'        <option value="../03-04/090_end_of_beggining.htm">The end of the beginning (18/06/04)</option>'
str+=		'        <option value="../03-04/065_the_big_one.htm">The Big One (20/03/04)</option>'
str+=		'        <option value="../03-04/037_one_man_to_blame.htm">Who to blame? (31/12/03)</option>'
str+=		'        <option value="../03-04/016_sleeping_ahead_of_game.htm">Ahead of the game (26/09/03)</option>'
str+=		'        <option value="../03-04/009_sleeping_with_the_enemy_new_season.htm">A new season (07/08/03)</option>'

str+=		'<option>--------------------</option>'


str+=		'<option>Season 2002/03</option>'

str+=		'<option>--------------------</option>'
str+=		'        <option value="../02-03/072_sleeping_with_the_enemy_season.htm">A season with the enemy (19/05/03)</option>'
str+=		'        <option value="../02-03/070_sleeping_with_the_enemy_5.htm">Part Five (07/05/03)</option>'
str+=		'        <option value="../02-03/064_sleeping_with_the_enemy_4.htm">Part Four (17/04/03)</option>'
str+=		'        <option value="../02-03/061_sleeping_with_the_enemy_3.htm">Part Three (28/03/03)</option>'
str+=		'        <option value="../02-03/056_sleeping_with_the_enemy_2.htm">Part Two (11/03/03)</option>'
str+=		'        <option value="../02-03/053_sleeping_with_the_enemy_1.htm">Part One (24/02/03)</option>'


str+=		'</SELECT>'
str+=		'<font color="#FFFFFF" size="2" face="Arial">.</font>'
str+=		'<INPUT TYPE="BUTTON" VALUE="Go" onClick="LinkUp()">'
str+=		'</FORM>'


;
document.write(str)
document.close()