var myimages = new Array();
function preloading(){
for (x=0; x<preloading.arguments.length; x++){
myimages[x] = new Image();
myimages[x].src = preloading.arguments[x];
}
}
preloading
("http://www.pangbourne-on-thames.com/images/menu.png",
"http://www.pangbourne-on-thames.com/images/menu1.png",
"http://www.pangbourne-on-thames.com/images/menub.png",
"http://www.pangbourne-on-thames.com/images/menuam.png",
"http://www.pangbourne-on-thames.com/images/menuam1.png",
"http://www.pangbourne-on-thames.com/images/menup.png",
"http://www.pangbourne-on-thames.com/images/menur.png",
"http://www.pangbourne-on-thames.com/images/menur1.png",
"http://www.pangbourne-on-thames.com/sendcard/images/pmeadows.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/pmeadowl.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/pvillagel.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/highstreetl.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/highstreets.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/pvillages.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/view_across_thamesl.jpg",
"http://www.pangbourne-on-thames.com/sendcard/images/view_across_thamess.jpg");


function addBookmark(title,url) { 
if (window.sidebar) { 
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}