/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

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


