
// VIDEO NEWS RELEASES

function launchWindow1() {
  var url = "videos/airport-clip.html";
  var windowName = "AirportClip";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
 function launchWindow2() {
  var url = "videos/opening-reception.html";
  var windowName = "OpeningReception";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
  function launchWindow3() {
  var url = "videos/sharin-ebadi.html";
  var windowName = "SharinEbadi";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
  function launchWindow4() {
  var url = "videos/jody-williams.html";
  var windowName = "JodyWilliams";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
  function launchWindow5() {
  var url = "videos/mayor-akiba.html";
  var windowName = "MayorAkiba";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
   function launchWindow6() {
  var url = "videos/hiroshima-highlights.html";
  var windowName = "HiroshimaHighlights";
var winwidth = 640;
var winheight = 302;
var winx  = screen.width/2 - winwidth/2;
var	winy  = screen.height/2 - winheight/2;
  window.open( url, windowName, 
		"left=" + winx + ",top=" + winy + ",screenX=" + winx + ",screenY=" + winy + ",history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=" +
winwidth + ",height=" + winheight);
 }
 
 
 
