/***************************************************************
****************************************************************/
function ManageModelGallery(page,builderId)
{
    parms = centerParms('950','630') + ",width=950,height=630,status=no,resizeable=yes,scrollbars=yes";
    url = "index.php?module=editmodelgallery&page=" + page+"&builderId="+builderId;
    fmwin = window.open(url,"_editmodelgallery",parms);
}
/***************************************************************
****************************************************************/
function MooImgSlider(num,gallery_container,thumb_container, thumbs)
{
    var it = new SlideItMoo({ itemsVisible:num, currentElement: 0
                  , thumbsContainer: thumbs, elementScrolled: thumb_container
                  , overallContainer: gallery_container });

}
/***************************************************************
****************************************************************/
//EOF

