function ph(record){
	window.location.href = './?bob=photo&r=' + record;
}
function thumbs(cat){
	if(cat){
		window.location.href = './?bob=thumbs&cat=' + cat;
	} else{
		window.location.href = './?bob=thumbs';
	}
}
function contact(){
	window.location.href = './?bob=contact';
}
function rt(lnk){
	newwindow=window.open("route/" + lnk ,'exchange', 'width=770, height=500, scrollbars=yes,history=no,toolbar=no,resizable=1,statusbar=yes');
}
