function TheatreBreaksBoxLink( sImage, sLink, sText ) {
var s;

s="";
s = s + "<div class='boxLink'>";
s = s + "<div class='boxLinkImage'>";
s = s + "<a class='LinkUL' href='http://www.theatrebreaksonline.co.uk/" + sLink + "'>";
s = s + "<img src='http://www.theatrebreaksonline.co.uk/images/shows/thumbs/" + sImage + "' border=0 align=absmiddle height=30 width=72 alt='" + sText + "'/>";
s = s + "</a>";
s = s + "</div>";
s = s + "<div class='boxLinkText'>";
s = s + "<a class=LinkUL href='http://www.theatrebreaksonline.co.uk/" + sLink + "'>";
s = s + "<font color='#AA0006'>" + sText + "</font>";
s = s + "</a>";
s = s + "</div>";
s = s + "</div>";

document.write( s );

}

function ShowDropdownLink( sShowlink, sShow ) {
var s;

s = "";
s = "<option value='http://www.theatrebreaksonline.co.uk/" + sShowlink + "'>" + sShow + "</option>";

document.write( s );
}
