var input = unescape(location.search.substring(1)); var pars = input.split("&")
var menuNo = pars[0]-0; if (menuNo<1) menuNo=1
var picNo = pars[1]-0

var album = new Array(0,"me","bikes","jmc","jmc2","trip75","friends","family","farm","ohio","recent");
var mRef = new Array(0,""   ,""     ,"JMC","JMC2","","","","","","");

var menu = new Array(0
	,"Me, over the years..."
	,"Bikes, over the years..."
	,"JMC - Johannesburg Motorcycle Club"
	,"JMC - Johannesburg Motorcycle Club (2)"
	,"Overland to Europe"
	,"Friends, over the years..."
	,"Family and Early Life"
	,"The Farm"
	,"Ohio"
	,"More recent..."
	);


