itemOnColor = "#FFFFFF";
itemOffColor = "#FFCE08";
menuNext = "
";
newMenuXDepl = -2;
newMenuYDepl = 2;
menuBgColor="#FFCE08";
menuFgColor="#FFCE08";
menuDivColor="#000000";
// preload images
im1 = new Image();
im1.src = "images/nimic.gif";
im2 = new Image();
im2.src = "images/next.gif";
function loaded(){
// Find out how big the current window is
// so we can set the orientation of the menu
N=window.navigator.appName.substring(0,8);
dd=document;
ww=window;
if(N=="Microsof"){w=dd.body.clientWidth;h=document.body.clientHeight;}
if(N=="Netscape"){w=ww.innerWidth;h=window.innerHeight;}
var menuWidth = 699;
// var marginAdj = 40;
// var menuPosition = (w - menuWidth) - marginAdj;
var menuPosition = (w - 676)/2;
status = "Loading menus...";
myStatus = 0;
E2=addMenu(1, "HOME", "window.location='index.phtml'", 185, 60, menuPosition, 235);
E3=addMenu(1, "ABOUT US", "window.location='about_triplin.html'", 260, 70);
E4=addMenu(1, "LISTINGS", "window.location='listing.html'", 160, 80);
E5=addMenu(1, "I WANT TO SELL", "window.location='selling.html'", 200, 120);
E6=addMenu(1, "I WANT TO BUY", "window.location='buying.html'", 175, 120);
E7=addMenu(1, "TESTIMONIALS", "window.location='testimonials.html'", 100, 110);
E8=addMenu(1, "CONTACT US", "window.location='contact.html'", 100, 85);
E5.addMenuItem("Get a Free Market Analysis","window.location='market_analysis.html'");
E5.addMenuItem("More Information","window.location='show_prep.html'");
E6.addMenuItem("Featured Listings","window.location='listing.html'");
E6.addMenuItem("What is Pre-approval?","window.location='pre_approval.html'");
myStatus = 1;
status = "Loaded";
}