function OpenPreviewPage(Url,Page,DataId)
{
    window.open(Url+Page+'?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 FAQDeleteConfirmationMessage()
{
    var confirmation=window.confirm("This will delete the FAQ. Do you wish to continue?");
    return confirmation;
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}