// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("master_page.php", "Lionshead Designs", "lionshead designs login nbsp register search this web site home admin about us services design graphic paintography gallery clients shopping cart members contact welcome lionsheaddesigns index ", "");
   this[database_length++] = new SearchPage("login.php", "login", "login log in user name password nbsp remember me welcome forgot your password? email change new confirm random will be sent to return here with you must logged ", "");
   this[database_length++] = new SearchPage("register.php", "register", "register sign up for new account full name user password confirm mail nbsp verification once you have sent your information to an administrator will be emailed link the members section this should take no more than hours and is usually completed in thank benefits of membership1 free subscription our bi monthly newsletter2 discount on all services access paintography only psd web templates discounts premium templatescost membership ", "");
   this[database_length++] = new SearchPage("index.php", "index", "index current project starfore organizationestimated completion is mid march “we will impress your targeted clients with well designed and easily navigated web site making their visit to pleasing thereby increasing the chances for conversion customers or members” “whether it creating stunning graphics print projects our art department surpasses all other creativity functionality” tom was very interested learn what end result goal in order get complete accurately intriguing us claim immediate customer interest future business accessible good listener personable results that got final quickly at reasonable price has been invaluable organization amy vining ", "Lionshead Designs is a full service web and graphic design company located in Denver Colorado and Stuart Florida");
   this[database_length++] = new SearchPage("web_design.php", "web design", "web design at lionshead designs we understand the importance of having professionally designed site also that is out date both in terms and optimization as well content can be harmful to your business what you expect from us bull professional clean custom including graphics specifically for easy navigate menu structures photographs fast loading flash animations optimized search engines seo translating verbage logo creation experienced designer with years experience complete or re designe commerce solutions online stores brand identity designdatabase driven sitesmultimedia functionalityhostingweb maintenanceblog installationsforum installationsweb translations servicessuperior customer support ", "Custom affordable web designs  turning visitors into clients");
   this[database_length++] = new SearchPage("graphic_design.php", "graphic design", "graphic design our services include creating business specific high quality graphics for your web site service is incorporated into all of but can also be used as standalone photographs and photographic enhancements are few the things we do banner brochure flyer stationery card letterhead newsletter postcard calendars logo ", "Our graphics design services include creating business specific high quality graphics for your web site ");
   this[database_length++] = new SearchPage("about_us.php", "about us", "about us affordabilityyou don have to sacrifice quality for affordability any more we can design brochure style site which is both informational and professionally designed increasing the chances of converting visitors clients or members just like your companies printed web represents business be reached enhancementsalong with high also offer enhancements such as image viewers showcase work pictures videos convert flash swf format minimize load time enabling content seen faster by potential customers forum blog installation newsletter subscriptions much superior customer serviceone thing always prided ourselves on service after all lionshead designs only exists because our not give them proper would shooting in foot will talk you guide through entire process even when live here help questions might ", "Affordable web design services and superior customer service");
   this[database_length++] = new SearchPage("paintography.php", "paintography", "paintography is the linking of lifetime interest in photography and sketching painting my profession as web graphic designer this modern descriptive word for our art so new it not dictionary yet aim with work to highlight digitism quality recognition its place world form began mid ’s adobe photoshop if we had classify style could call digital representative blending traditional using monitor canvas mouse brush by various computer software filters custom defined brushes that vary size texture percentage coverage pressure transform photographs into “paintographs” quot unique blend ", "Transforming photographs into works of art called Paintography");
   this[database_length++] = new SearchPage("paintography_gallery.html", "paintography portfolio", "paintography portfolio mouse over to see effect ", "");
   this[database_length++] = new SearchPage("clients.php", "clients", "clients ", "Our clients are the driving force behind our company");
   this[database_length++] = new SearchPage("contact.php", "contact us", "contact us lionshead designsemail tom lionsheaddesigns com phone subject newsletter general feedback request price quote employment information name email address city state zip home work alabama alaska arizona arkansas california colorado connecticut delaware florida georgia hawaii idaho illinois indiana iowa kansas kentucky louisiana maine maryland massachusetts michigan minnesota mississippi missouri montana nebraska nevada new hampshire jersey mexico york north carolina dakota ohio oklahoma oregon pennsylvania rhode island south tennessee texas utah vermont virginia washington west wisconsin wyoming coupon code when is the best time to you? morning afternoon evening what way ", "Use the easy form to contact us for any of our services");
   this[database_length++] = new SearchPage("admin.php", "Untitled Page", "untitled page ", "");
   this[database_length++] = new SearchPage("members.php", "members", "members in the member section of paintography we offer colection all our paintographs most are free for download but some premium works art which charge fee suitable printing and also service to where can have your paintograph choice printed on high quality canvas variety sizes styles currently putting together collection psd templates that be used web design project nbsp going will charging countdown sections being completed receive off any services please use following coupon code place subject line an email or box contact form ", "");
   this[database_length++] = new SearchPage("denied.php", "denied", "denied you must be logged in to view this page ", "");
   this[database_length++] = new SearchPage("cart.php", "cart", "cart hosting web design mb gb space5120mb bandwidth unlimited email accountsunlimited sub domainsunlimited mysql databasesfree support usd month60 year space7000mb bandwidthunlimited mailing listsfree month100 space10000 supportfree phone month140 consists of creation new site or the redesign an existing maintenance is also available for those that need their content to be updated on fairly regular basis from simple one page postcard type common brochure style which pages full blown membership and database drive sites lionshead designs offers high quality with easy navigation search engine optimized code help your become valuable asset advertising dollar our services range make payment please use button below if you have any questions feel free contact us time ", "");
   return this;
}

