// Check if this page is being accessed from outside of frameset.
// If so, redirect to frameset.
if (self == top) {
	self.location.href = "http://www.biltmoreshutters.com/"; 
//		+ self.location.href.split('/').pop();
}

// Tell menu bar in parent window to highlight the corresponding menu item
// for this page.
if (top.selectMenu) top.selectMenu(self.biltmorePageId); 

// Tell HTML Document to cache background images for faster performance.
try { document.execCommand("BackgroundImageCache", false, true); } 
catch(err) {}
		