
function player(optionID)
{
var path = "video/";
if (optionID==2008)
{
 playerwin = window.open(path+"index.html", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=281,width=408"); 
}
else
{
 playerwin = window.open(path+"rpwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=430,width=512"); 
}

}


