
function OpenPreviewPage(Url,DataId)
{window.open('../'+Url+'?DataID='+DataId,'PreivewPage','width=900,height=800,top=100,left=200,scrollbars=yes,titlebar=No,toolbar=No,resizable=yes,scrollbars=no');}
function OpenAddBlogPostCategoryPage()
{window.open('ManageBlogCategory.aspx','AddCategoryPage','width=400,height=400,top=100,left=200,scrollbars=yes,titlebar=No,toolbar=No,resizable=yes,scrollbars=no');}
function OpenBlogClassificationPage(Data)
{window.open('ClassifyBlogPost.aspx?DataID='+Data,'ClassifyBlog','width=400,height=250,top=300,left=300,scrollbars=yes,titlebar=No,toolbar=No,resizable=yes,scrollbars=no');}
function OpenShowPhotoPage(Data)
{window.open('PhotoDetail.aspx?DataID='+Data,'ClassifyBlog','width=400,height=150,top=300,left=300,scrollbars=yes,titlebar=No,toolbar=No,resizable=yes,scrollbars=no');}
function OpenPage(Url,DataId)
{window.open(Url+'?DataID='+DataId,'PreivewPage','width=550,height=140,top=100,left=200,scrollbars=yes,titlebar=No,toolbar=No,resizable=yes,scrollbars=no');}
function BlogDeleteConfirmationMessage()
{var confirmation=window.confirm("This will delete the blog post and all its  all the responses. Do you wish to continue?");return confirmation;}
