function showMapPopup() {
  var popUpWin;
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(site_url + 'index.cfm?fuseaction=campus_map', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=670,height=541,left=200,top=200,screenX=200,screenY=200');
}


function sb_popup( url, width, height )
{
	window.open( url,"pic", "width=" + width + ", height=" + height, 'scrollbars=auto' );
}

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height, scrollbars) {
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }

	// center window
	w = screen.availWidth;
	h = screen.availHeight;

	var popW = width, popH = height;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	// end center window
  
	popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scrollbars+',resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+leftPos+', top='+topPos+',screenX='+leftPos+',screenY='+topPos+'');
}


function loadVideo(id) {
  var vidWin;
  if(vidWin){
    if(!vidWin.closed) vidWin.close();
  }
  vidWin = open('/videos/?fuseaction=view&video_id=' + id, 'vidWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=620,height=620,left=200,top=200,screenX=200,screenY=200');
}


function loadSoundBoard(id) {
  var popUpWin;
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open('http://www.churchie.com.au/soundboard/dsp/soundboard.cfm?id=' + id, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=360,height=220,left=200,top=200,screenX=200,screenY=200');
}

/* FOUNDATION SCRIPTS */

function showPhilanTreePopup() {
  var popUpWin;
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open('/index.cfm?fuseaction=dsp_philantree', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=710,height=560,left=200,top=200,screenX=200,screenY=200');
}

