function playFullScreen(theURL) {
window.open(theURL, '', 'fullscreen=1, resizable=1, location=0, scrollbars=auto');
}