// +------------------------------------------------------------+
// | Created 01/31/2002              Last Modified 05/19/2003   |
// | Web Site:                 http://www.AmericanCatholic.org  |
// +------------------------------------------------------------+
// | Contains all the scripts for the                           |
// |	SAM Clergy Sex Abuse feature;                           |
// | Less clutter on page				        |
// |                                                            |
// | 															|
// +------------------------------------------------------------+



// +------------------------------------------------------------+

// "RealMedia Interview" Script begins
<!--
var objInterviewRM;
var rmivUrl;
var rmivWinWidth;
var rmivWinHeight;
var rmivOptions;

function openInterviewRM(rmivUrl) {
rmivWinWidth = 520;
rmivWinHeight = 370;
rmivOptions = "width=" + rmivWinWidth + ",height=" + rmivWinHeight + ",scrollbars=no,resizable=yes,menubar=no,status=no,toolbar=no,location=no,directories=no";
 if (rmivUrl) {  
  if (!objInterviewRM || objInterviewRM.closed){
    objInterviewRM = window.open(rmivUrl,'RealMediawin', rmivOptions);  // Open a new window and show the specified page
    objInterviewRM.focus();
	objInterviewRM.moveTo(100,200);   
   									  }
  else{
    objInterviewRM.close();
	objInterviewRM = window.open(rmivUrl,'RealMediawin', rmivOptions);  // Open a new window and show the specified page
    objInterviewRM.focus();
	objInterviewRM.moveTo(100,200);
  	  }
 	    }
}

// "RealMedia Interview"  Script Ends -->
// +------------------------------------------------------------+
// "WindowsMedia Interview" Script begins
<!--
var objInterviewWMA;
var wmaivUrl;
var wmaivWinWidth;
var wmaivWinHeight;
var wmaivOptions;

function openInterviewWMA(wmaivUrl) {
wmaivWinWidth = 520;
wmaivWinHeight = 370;
wmaivOptions = "width=" + wmaivWinWidth + ",height=" + wmaivWinHeight + ",scrollbars=no,resizable=yes,menubar=no,status=no,toolbar=no,location=no,directories=no";
 if (wmaivUrl) {  
  if (!objInterviewWMA || objInterviewWMA.closed){
    objInterviewWMA = window.open(wmaivUrl,'WindowsMediawin', wmaivOptions);  // Open a new window and show the specified page
    objInterviewWMA.focus();
	objInterviewWMA.moveTo(100,200);   
   									  }
  else{
    objInterviewWMA.close();
	objInterviewWMA = window.open(wmaivUrl,'WindowsMediawin', wmaivOptions);  // Open a new window and show the specified page
    objInterviewWMA.focus();
	objInterviewWMA.moveTo(100,200);
  	  }
 	    }
}
// "WindowsMedia Interview"  Script Ends -->
// +------------------------------------------------------------+

