function player(relayID, optionID)
{
	var path = "downloads/devotions/vigil/video/";
	var path1 = "downloads/devotions/vigil/";

if (optionID==420)
{
 	playerwin = window.open(path+"MEMSERVICE420.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=365,width=405"); 
}
if (optionID==421)
{
 	playerwin = window.open(path+"MEMSERVICE421.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=365,width=405"); 
}
if (optionID==422)
{
 	playerwin = window.open(path+"MEMSERVICE422.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=365,width=405"); 
}
if (optionID==1420)
{	
 	playerwin = window.open(path1+"0420/MEMAUDIO420.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=91,width=371"); 
}
if (optionID==1421)
{
 	playerwin = window.open(path1+"0421/MEMAUDIO421.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=91,width=371"); 
}
if (optionID==1422)
{
 	playerwin = window.open(path1+"0422/MEMAUDIO422.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=91,width=371"); 
}
if (optionID==423)
{
 	playerwin = window.open(path+"MEMAUDIO423.html", "_AR_player",
				"location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=365,width=405"); 
}



playerwin.focus();
}




