<!-- Start

var NN3 = false;
A1 = new Image();
A1.src = "TrialDownloads1.bmp";
A1on = new Image();
A1on.src = "TrialDownloads1Over.bmp";

A2 = new Image();
A2.src = "SearchResorts1.bmp";
A2on = new Image();
A2on.src = "SearchResorts1Over.bmp";
function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");
}
NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}


document.write('<div id="sidebar"><TABLE cellpadding="1" cellspacing="0" border="0" bordercolor="#909099" style="border-collapse: collapse" width="125" background="images/sidebar1.jpg"><tr><td align="center"><br>');
document.write('<span class="subtitle">');

document.write('</span>');

document.write('<a href="HotelSearch.aspx"><img src="SearchResorts1Over.bmp" vspace="3" height="36" width="208"><br>');

document.write('Click Here</a>');

document.write('<br><br><br>');

document.write('<span class="subtitle">');

document.write('</span>');

document.write('<a href="SubDown2.aspx"><img src="TrialDownloads1Over.bmp" vspace="3" height="36" width="208"><br>');

document.write('Click Here</a>');

document.write('<br><br>');

document.write('<IMG SRC="images/spacer.gif" HEIGHT="5" WIDTH="100" border="0" alt="image"><BR>');

document.write('</td></tr></table></div>');

//  End -->