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