// ===================================================================
// Gallery-functies
//   voor show flash-gallery
// ===================================================================
//
function showgallery(id, width, height, tp, divname) {
    var swfo = new SWFObject('flash/gallery.swf', 'gallery', width, height, '2', '#925E92');
    swfo.addVariable('xmlPath', 'xmlshowdata.aspx?id=' + id.toString() + '&type=' + tp.toString());
    swfo.addParam('wmode', 'transparent');
    swfo.write(divname);
}
