
function player(relayID, optionID)
{
if (optionID==12)
{
 var path = "";
 playerwin = window.open(path+"01_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==1)
{
 var path = "";
 playerwin = window.open(path+"01_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==2)
{
 var path = "";
 playerwin = window.open(path+"02_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}

else if (optionID==3)
{
 var path = "";
 playerwin = window.open(path+"03_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}

else if (optionID==4)
{
 var path = "";
 playerwin = window.open(path+"04_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==5)
{
 var path = "";
 playerwin = window.open(path+"05_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==6)
{
 var path = "";
 playerwin = window.open(path+"06_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==7)
{
 var path = "";
 playerwin = window.open(path+"07_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==8)
{
 var path = "";
 playerwin = window.open(path+"08_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==9)
{
 var path = "";
 playerwin = window.open(path+"09_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==10)
{
 var path = "";
 playerwin = window.open(path+"10_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}
else if (optionID==11)
{
 var path = "";
 playerwin = window.open(path+"11_Presentation.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}

else
{
 var path = "";
 playerwin = window.open(path+"rpwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}

}


