function LaunchPlayer(articleid)
{
var articlenumber = articleid;
var urlid = "http://wfmz.img.entriq.net/htm/PopUpPlayer-v3.htm?articleID=" + articlenumber + "&v=a";
window.open(urlid,null,"height=410,width=750,toolbar=no,menubar=no,location=no,titlebar=no"); 
}
function LaunchSpanishPlayer(articleid)
{
var articlenumber = articleid;
var urlid = "http://wfmz.img.entriq.net/htm/PopUpPlayerSpanish-v3.htm?articleID=" + articlenumber;
window.open(urlid,null,"height=410,width=750,toolbar=no,menubar=no,location=no,titlebar=no"); 
}
