// JavaScript Document

function openFullScreen() {
    var top = 0;
    var left = 0;
    var width = screen.width;
    var height = screen.height;

    //window.open('../story/FullScreenStoryViewerNew.epage?sp=9999&join=true', '', "dialog=yes,width=" + width + ",height="+height+",top="+top + ",left=" + left);
    document.location = '../viewstory/VisitorViewStory.epage?sp=Sview&sp=9999';
}