
function player(stationID, relayID, optionID)
{
if (optionID==1)
{
 var path = "";
 playerwin = window.open(path+"medwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}
else if (optionID==321)
{
 var path = "";
 playerwin = window.open(path+"medwebradio32Mono.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}
else if (optionID==11)
{
 var path = "";
 playerwin = window.open(path+"medwebradioH.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}
else if (optionID==31)
{
 var path = "";
 playerwin = window.open(path+"qtwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}
else if (optionID==311)
{
 var path = "";
 playerwin = window.open(path+"medwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}
else if (optionID==312)
{
 var path = "";
 playerwin = window.open(path+"flashplayer.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}

else
{
 var path = "";
 playerwin = window.open(path+"rpwebradio.htm", "_AR_player", "location=no,status=no,menubar=no,scrollbars=no,resizeable=no,height=440,width=398"); 
}

}


