function fullScreen(theURL) {
window.open(theURL, '', 'menubar=1,scrollbars=1,width=1000,height=600');
}