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