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

