


function popUp(URL, height) {
window.open(URL, 'media_player' ,
'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=675,height='+height+',left=175,top=175');
}

