function fullScreen(theURL) {
window.open(theURL, '', 'width=400,height=200,fullscreen=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}
//  End -->
