﻿function ModificaGallery(rowIdx) 
{
    __doPostBack('ctl00$ContentPlaceHolder1$GridViewGallery','Edit$' + rowIdx);
}

function ModificaNews(rowIdx) 
{
    __doPostBack('ctl00$ContentPlaceHolder1$GridViewNews','Edit$' + rowIdx);
}

function ShowPhotogallery(galleryName, area)
{
    window.parent.location = 'Gallery.aspx?gn=' + galleryName + '&a=' + area;
}

function RedirectTo(url)
{
    window.parent.location = url;
}
