function EllelMinistryPageFlip(A1,A2,A3,A4) 
	{ 	  
          theURL = 'http://www.ellelministries.org/PageFlipIndex.html';
          winName = '';
          w = '880';
          h = '660';
          scrollbars = '';
	  LeftPosition=(screen.width)?(screen.width-w)/2:100;
	  TopPosition=(screen.height)?(screen.height-h)/2:100;

	  settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=yes';
	  URL = theURL+'?'+A1+'&'+A2+'&'+A3+'&'+A4;
	  window.open(URL,winName,settings);
	}
function EllelMinistryVideo(A1,A2)
 	{
	  theURL = 'http://www.ellelministries.org/Video.html';
          winName = '';
          w = '880';
          h = '660';
          scrollbars = '';
	  LeftPosition=(screen.width)?(screen.width-w)/2:100;
	  TopPosition=(screen.height)?(screen.height-h)/2:100;

	  settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=yes';
	  URL = theURL+"?"+A1+"&"+A2;
	  window.open(URL,winName,settings);
	

	}

function EllelMinistryVideoApple(A1,A2)
 	{
	  theURL = 'http://www.ellelministries.org/VideoApple.html';
          winName = '';
          w = '880';
          h = '660';
          scrollbars = '';
	  LeftPosition=(screen.width)?(screen.width-w)/2:100;
	  TopPosition=(screen.height)?(screen.height-h)/2:100;

	  settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=yes';
	  URL = theURL+"?"+A1+"&"+A2;
	  window.open(URL,winName,settings);
	

	}
function EllelMinistryVideoDownload(A1,A2)
 	{
	  theURL = 'http://www.ellelministries.org/VideoDownload.html';
          winName = '';
          w = '880';
          h = '660';
          scrollbars = '';
	  LeftPosition=(screen.width)?(screen.width-w)/2:100;
	  TopPosition=(screen.height)?(screen.height-h)/2:100;

	  settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=yes';
	  URL = theURL+"?"+A1+"&"+A2;
	  window.open(URL,winName,settings);
	

	}
function EllelMinistryVideoWindows(A1,A2)
 	{
	  theURL = 'http://www.ellelministries.org/VideoWindows.html';
          winName = '';
          w = '880';
          h = '660';
          scrollbars = '';
	  LeftPosition=(screen.width)?(screen.width-w)/2:100;
	  TopPosition=(screen.height)?(screen.height-h)/2:100;

	  settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrollbars+',location=no,directories=no,status=0,menubar=no,toolbar=no,resizable=yes';
	  URL = theURL+"?"+A1+"&"+A2;
	  window.open(URL,winName,settings);
	}
