function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}
