function IG001_gotoImage(strImageHtm)
{
    if(typeof(parent) != 'undefined' && typeof(parent.bIsFrame) != 'undefined' && parent.bIsFrame == true)
    {
        self.location.href = strImageHtm;
    }
    else
    {
        strImageHtm = '_lccms_/_' + IG001_GetItemNumber(self.location.href) + '/' + strImageHtm;
        self.location.href = '../types/imagegallery/ig001/imageframe.htm?imagefile=' + strImageHtm;
    }
}

var IG001_strSlideStartHtml = '';

function IG001_startIndexSlideshow()
{
    if(typeof(parent) != 'undefined' && typeof(parent.bIsFrame) != 'undefined' && parent.bIsFrame == true)
    {
        parent.bSlideshowRunning = true;
        self.location.href = IG001_strSlideStartHtml;
    }
    else
    {
        self.location.href = '../types/imagegallery/ig001/imageframe.htm?imagefile=' + ('_lccms_/_' + IG001_GetItemNumber(self.location.href) + '/' + IG001_strSlideStartHtml) + '&startslideshow=true';
    }
}