function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}



$(document).ready(function() {
    $('.slideshow_b').cycle({
      fx: 'turnLeft' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
       });
}); 

