<!--
function popup(royalvisit) {
var iMyWidth;
var iMyHeight;
var iTitle;
var iTourDescription;
var iConnectorOne;
var iPersonOneOnTour;
var iConnectorTwo;
var iPersonTwoOnTour;
var iPeriodOfVisit;
iMyWidth = (window.screen.width/2) - (250 + 1);
iMyHeight = (window.screen.height/2) - (175 + 25);
iTourDescription = 'Royal Visit 2010';
iConnectorOne = 'by';
iPersonOneOnTour = 'His Royal Highness Prince William of Wales';
iConnectorTwo = '';
iPersonTwoOnTour = '';
iPeriodOfVisit = '19-21 January 2010';
newwindow=window.open('','Window_Title','status=no,height=450,width=450,menubar=no,resizable=no,status=no,left=' + iMyWidth + ',top=' + iMyHeight + ',screenX=' + iMyWidth + ',screenY=' + iMyHeight + ',scrollbars=no') 
newwindow.document.write('<html><head><title>' + iTourDescription + '</title></head><center><body BGCOLOR="black" link="#aea983" vlink="#aea983"><FONT SIZE="-1" COLOR="white">' + iTourDescription + '<br>' + iConnectorOne + '<br>' + iPersonOneOnTour + '<br>' + iConnectorTwo + '<br>' + iPersonTwoOnTour + '<br>' + iPeriodOfVisit + '<p>')
newwindow.document.write('<EMBED SRC="' + royalvisit + '" PLUGINSPAGE="http://quicktime.apple.com" WIDTH=320 HEIGHT=193 CONTROLLER=true LOOP=false CACHE=true AUTOPLAY=true><p>' + '</body></html>')
newwindow.document.writeln('<a href="javascript:window.close()">Close this Window</center></a><center><p><FONT SIZE="-1" COLOR="white">Be patient!<br>This video clip may take a while to download<br>because of web traffic or clip size.</center>')
newwindow.document.close();
      }
 -->