Panoramic Image of Chapel
var myurl = document.URL; var pat = /\?/ res = myurl.split( /\?/) var selectedplatform = res[1]; var mysearch = location.search; selPlayer = new Array; // the array for the right player; var player = ""; if (mysearch.match(/player=java/) != null) player = "java"; if (mysearch.match(/player=quicktime/) != null) player = "quicktime"; if (player == "") { platform = navigator['userAgent']; if (platform.match(/windows/) != null) player = "java"; if (platform.match(/Macintosh/) != null) player = "quicktime"; } if (player == "") player = "java"; document.writeln("
These virtual tours need a plugin. If they do not work consider installing Java from www.java.com/en. or installing Quick Time from www.apple.com/uk/quicktime/download