//©Xara Ltd
var clicked="";var gtype=".gif";var selstate="_over";if (typeof(loc)=="undefined" || loc==""){var loc="";if (document.body&&document.body.innerHTML){var tt=document.body.innerHTML;var ml=tt.match(/["']([^'"]*)znav.js["']/i);if(ml && ml.length > 1) loc=ml[1];}}document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");document.write("<td><img src=\""+loc+"znav_left"+gtype+"\" alt=\"\" width=\"1\" height=\"21\"></td>");tr(false);writeButton(loc+"","index.html","znav_b1",48,22,"Home","",0);writeButton(loc+"","golf.html","znav_b2",40,22,"Golf","",0);writeButton(loc+"","member_ship.html","znav_b3",79,22,"Membership","",0);writeButton(loc+"","dining.html","znav_b4",49,22,"Dining","",0);writeButton(loc+"","tennis.html","znav_b5",52,22,"Tennis","",0);writeButton(loc+"","pool.html","znav_b6",46,22,"Pools","",0);writeButton(loc+"","fitness.html","znav_b7",91,22,"Fitness Center","",0);writeButton(loc+"","weddings_event.html","znav_b8",105,22,"Weddings/Events","",0);writeButton(loc+"","location.html","znav_b9",60,22,"Location","",0);writeButton(loc+"","calendar.html","znav_b10",64,22,"Calendar","",0);writeButton(loc+"","p_gallery.html","znav_b11",85,22,"Photo Gallery","",0);writeButton(loc+"","contact_us.html","znav_b12",73,22,"Contact Us","",0);tr(true);document.write("<td><img src=\""+loc+"znav_right"+gtype+"\" alt=\"\" width=\"1\" height=\"21\"></td>");document.write("</tr></table>");loc="";function tr(b){}function turn_over(name) {if (document.images != null && clicked != name) {document[name].src = document[name+"_over"].src;}}function turn_off(name) {if (document.images != null && clicked != name) {document[name].src = document[name+"_off"].src;}}function reg(gname,name){if (document.images){document[name+"_off"] = new Image();document[name+"_off"].src = loc+gname+gtype;document[name+"_over"] = new Image();document[name+"_over"].src = loc+gname+"_over"+gtype;}}function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}function writeButton(urld,url,name,w,h,alt,target,hsp){gname=name;while(typeof(document[name])!="undefined")name+="x";reg(gname,name);tr(true);document.write("<td>");if(alt!="")alt=" alt=\""+alt+"\"";if(target!="")target=" target=\""+target+"\"";if(w>0)w=" width=\""+w+"\"";else w="";if(h>0)h=" height=\""+h+"\"";else h="";if(url!="")url=" href=\""+urld+url+"\"";if(typeof(clx)!="undefined"){target="";url=" href=\"?"+clx+"\"";alt=" alt=\"Click to edit\"";}document.write("<a "+url+evs(name)+target+">");if(hsp==-1)hsp=" align=\"right\"";else if(hsp>0)hsp=" hspace=\""+hsp+"\"";else hsp="";document.write("<img src=\""+loc+gname+gtype+"\" name=\""+name+"\""+w+h+alt+hsp+" border=\"0\" /></a></td>");tr(false);}