<!--
var links = new Array (
	"clientsindex", 
	"clients05", 
	"wwindex", 
	"ftcindex", 
	"testimonialsindex", 
	"orderindex", 
	"contactindex");
var links_text = new Array (
	"Package Websites", 
	"Custom websites", 
	"Worldwide Office Websites", 
	"New Franchise Office Websites", 
	"Testimonials", 
	"Order Online!", 
	"Contact Us");
var links_url = new Array (
	"/portfolio/clients/index.htm", 
	"/portfolio/clients/05.htm",
	"/portfolio/ww/index.htm", 
	"/portfolio/ftc/index.htm",  
	"/portfolio/testimonials/index.htm", 
	"/order/index.htm", 
	"/contact/index.htm");
var links_style = new Array ("", "", "", "", "class=test", "class=order", "class=contact");
// -->
