$(document).ready(function() {
    // tags all anchors linking to the slideshow with a special
    // popup style
    if ( typeof hs != 'undefined' ) {
        $("a[href^='http://www.htc.ca/htc/en/our_work/slideshow']").click( function ( ) {
            var params = { objectType: 'iframe', contentId: 'hs-box', width: 800, height: 600 };
            return hs.htmlExpand( this, params );
        } );
        
        $("a[href^='http://www.htc.ca/htc/fr/our_work/slideshow']").click( function ( ) {
            var params = { objectType: 'iframe', contentId: 'hs-box', width: 800, height: 600 };
            return hs.htmlExpand( this, params );
        } );
    }
});
