function infor_contact(id)
{
hs.graphicsDir = 'cuerposweb/js/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.width='650';
hs.height='455';
hs.dimmingOpacity = 0.75;
hs.align = 'center';
useControls: false,
hs.htmlExpand(null,{ src:'modulos/contactar/index_formulario_popup.php?id='+id,objectType: 'iframe' ,wrapperClassName: 'no-footer'} );
}


hs.graphicsDir = 'cuerposweb/js/highslide/graphics/';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;

// Add the controlbar
hs.addSlideshow({
slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
}
}
);
