@{
var pagePointWidth = 16;
var currentpageMargintop = (65 - pagePointWidth) / 2;
var marginRight = 40;
}
@for (var p = 1; p < 6; p++)
{
var currentPageVisible = (p==1)?"visible":"hidden";
var pageNotShowedVisible = (p == 1) ? "hidden" : "visible";

}
@*ShowPreviousPage() must be defined in the view which use this partial page,otherwise the page will crash*@