Double Collapsing Box/Text Effect
Resort Overview
Westgate Lakes Resort and Spa welcomes you home when you stay in one of these furnished studios and villas, just minutes from all the excitement in Orlando.
The resort offers many amenities that everyone will enjoy, like swimming in one of the pools, fishing, or relaxing at the spa.
Westgate Lakes Resort and Spa is an ideal locale for a remarkable vacation getaway.
The Resort is less than 2 miles from
Read more
Topic 1 Title
I'm a paragraph. Click here to add your own text and edit me. It's easy. Welcome To Beyond A Trip. G...
export function globe1_click() {
if ($w('#topicBox1').collapsed) {
$w('#topicBox1').expand();
}
else
$w('#topicBox1').collapse();
}
export function oneArrow1_click() {
if ($w('#oneSub1').collapsed) {
$w('#oneSub1').expand();
}
else
$w('#oneSub1').collapse();
}
export function oneArrow2_click() {
if ($w('#oneSub2').collapsed) {
$w('#oneSub2').expand();
}
else
$w('#oneSub2').collapse();
}
export function oneArrow3_click() {
if ($w('#oneSub3').collapsed) {
$w('#oneSub3').expand();
}
else
$w('#oneSub3').collapse();
}