// JavaScript Document
function TutorialFullScreen(obj,theURL) {
obj.href= 'javascript:void(0)';
window.open(theURL, '', 'height=610, width=1010, top=0, left=0, scrollbars=auto, resizable=yes');
}
