// Left panel
var bgImgSrc = "http://www.uniquetravel.net/ut_img/columnbg.jpg";
var dotImgSrc = "http://www.uniquetravel.net/ut_img/menu_dot.gif";
var url_1 = "http://www.uniquetravel.net/ut_cusm.htm";
var url_2 = "http://www.uniquetravel.net/ut_trv.htm";
var url_3 = "http://www.uniquetravel.net/ut_cnta.htm";
var url_4 = "http://www.virtuallythere.com";
var url_5 = "http://www.uniquetravel.net/ut_agnt.htm";
document.write("<Table border=0 cellspacing=0 cellpadding=0 width=100% style=\"background-image: url("+bgImgSrc+"); background-repeat: no-repeat;\">");
document.write("<tr><td width=25 height=25 valign=top>");
if (activeIndex == 1) {
document.write("<img src=\""+dotImgSrc+"\" border=0>");
}
document.write("<\/TD>");
document.write("<TD height=25>");
if (activeIndex == 1) {
document.write("<font style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\"><b>Private China Tours<\/b> <\/font>");
} else {
document.write("<a href=\""+url_1+"\" style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\" onmouseover=\"this.style.color='ff3311';\" onmouseout=\"this.style.color='A92B15';\"><b>Private China Tours<\/b><\/a>");
}
document.write("<\/TD>");
document.write("<\/TR>");
document.write("<tr><td width=25 height=25 valign=top>");
if (activeIndex == 2) {
document.write("<img src=\""+dotImgSrc+"\" border=0>");
}
document.write("<\/TD>");
document.write("<TD height=25>");
if (activeIndex == 2) {
document.write("<font style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\"><b>Travel Advisory<\/b> <\/font>");
} else {
document.write("<a href=\""+url_2+"\" style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\" onmouseover=\"this.style.color='ff3311';\" onmouseout=\"this.style.color='A92B15';\"><b>Travel Advisory<\/b><\/a>");
}
document.write("<\/TD>");
document.write("<\/TR>");
document.write("<tr><td width=25 height=25 valign=top>");
if (activeIndex == 3) {
document.write("<img src=\""+dotImgSrc+"\" border=0>");
}
document.write("<\/TD>");
document.write("<TD height=25>");
if (activeIndex == 3) {
document.write("<font style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\"><b>Contact Us<\/b> <\/font>");
} else {
document.write("<a href=\""+url_3+"\" style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\" onmouseover=\"this.style.color='ff3311';\" onmouseout=\"this.style.color='A92B15';\"><b>Contact Us<\/b><\/a>");
}
document.write("<\/TD>");
document.write("<\/TR>");
document.write("<tr>");
document.write("<td width=25 height=25 valign=top>");
if (activeIndex == 4) {
document.write("<img src=\""+dotImgSrc+"\" border=0>");
}
document.write("<\/TD>");
document.write("<TD height=25>");
if (activeIndex == 4) {
document.write("<font style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\"><b>Home Page<\/b> <\/font>");
} else {
document.write("<a href=\""+url_4+"\" style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\" onmouseover=\"this.style.color='ff3311';\" onmouseout=\"this.style.color='A92B15';\"><b>Virtual Travel<\/b><\/a>");
}
document.write("<\/TD>");
document.write("<\/TR>");
document.write("<tr><Td height=20><\/td><\/tr>");
document.write("<tr>");
document.write("<td width=25 height=25 valign=top>");
if (activeIndex == 5) {
document.write("<img src=\""+dotImgSrc+"\" border=0>");
}
document.write("<\/TD>");
document.write("<TD height=25>");
if (activeIndex == 5) {
document.write("<font style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\"><b>Home Page<\/b> <\/font>");
} else {
document.write("<a href=\""+url_5+"\" style=\"font-size: 12px; font-family: arial; color:A92B15; text-decoration: none;\" onmouseover=\"this.style.color='ff3311';\" onmouseout=\"this.style.color='A92B15';\"><b>Travel Agent Sign Up<\/b><\/a>");
}
document.write("<\/TD>");
document.write("<\/TR>");
document.write("<TR><td height=100><\/td>");
document.write("<\/TR>");
document.write("<\/TABLE>");

