// on clicking view full screen button
function viewFSInternal(videoID,videoThreadID,blogURL,blogEnabled,lang,p_isGuest,p_guiEditorEnabled) {
		var fullScreen = window.open('/standard/viewFullScreen.html?videoID=' + videoID + '&videoThreadID=' + videoThreadID + '&blogFlashURL=http://' + window.location.host + '/' + blogURL + '&blogEnabled=' + blogEnabled + '&lang=' + lang + '&isGuest=' + p_isGuest + '&guiEditorEnabled=' + p_guiEditorEnabled, 'FullScreenVideo', 'toolbar=no,width=' + screen.availWidth  + ',height=' + screen.availHeight + ',left=0,status=no,resizable=yes,fullscreen=yes,scrollbars=yes');
	  	fullScreen.focus();	
}
