// JavaScript Document
function winlaunchcom(theURL) {
window.open(theURL, '',"height=425,width=550,screenX=5,left=5,screenY=5,top=5,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0" );
}
function winlaunchtrack(theURL) {
window.open(theURL, '',"height=600,width=550,screenX=5,left=5,screenY=5,top=5,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0" );
}
function winlaunchlisten(theURL) {
window.open(theURL, '',"height=600,width=550,screenX=5,left=5,screenY=5,top=5,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0" );
}
function winlaunchlistenfull(theURL) {
window.open(theURL, '',"height=625,width=550,screenX=5,left=5,screenY=5,top=5,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0" );
}


