//©Xara Ltd
var clicked="";var gtype=".jpg";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(/["']([^'"]*)rnrbuttons.js["']/i);if(ml && ml.length > 1) loc=ml[1];}}document.write("<table border=\"0\" cellspacing=\"2\" cellpadding=\"0\"><tr>");tr(false);writeButton(loc+"","intro.html","rnrbuttons_b1",134,25,"","",0);writeButton(loc+"","stage1.html","rnrbuttons_b2",134,25,"","",0);writeButton(loc+"","stage2.html","rnrbuttons_b3",134,25,"","",0);writeButton(loc+"","stage3.html","rnrbuttons_b4",134,25,"","",0);writeButton(loc+"","stage4.html","rnrbuttons_b5",134,25,"Stage  4","",0);writeButton(loc+"","stage5.html","rnrbuttons_b6",134,25,"Stage  5","",0);writeButton(loc+"","stage6.html","rnrbuttons_b7",134,25,"Stage  6","",0);writeButton(loc+"","stage7.html","rnrbuttons_b8",134,25,"Stage  7","",0);writeButton(loc+"","stage8.html","rnrbuttons_b9",134,25,"Stage  8","",0);writeButton(loc+"","stage9.html","rnrbuttons_b10",134,25,"Stage  9","",0);writeButton(loc+"","stage10.html","rnrbuttons_b11",134,25,"Stage 10","",0);writeButton(loc+"","stage11.html","rnrbuttons_b12",134,25,"Stage 11","",0);writeButton(loc+"","stage12.html","rnrbuttons_b13",134,25,"Stage 12","",0);writeButton(loc+"","stage13.html","rnrbuttons_b14",134,25,"Stage 13","",0);writeButton(loc+"","stage14.html","rnrbuttons_b15",134,25,"Stage 14","",0);writeButton(loc+"","stage15.html","rnrbuttons_b16",134,25,"Stage 15","",0);writeButton(loc+"","stage16.html","rnrbuttons_b17",134,25,"Stage 16","",0);writeButton(loc+"","stage17.html","rnrbuttons_b18",134,25,"Stage 17","",0);writeButton(loc+"","photos.html","rnrbuttons_b19",134,25,"Photos","",0);tr(true);document.write("</tr></table>");loc="";function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}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);}