/* <![CDATA[ */

$(document).ready(function(){
$().piroBox({
      my_speed: 300, //animation speed
      bg_alpha: 0.5, //background opacity
      slideShow : 'true', // true == slideshow on, false == slideshow off
      slideSpeed : 3, //slideshow
      close_all : '.piro_close' // add class .piro_overlay(with comma)if you want overlay click close piroBox
      });
});

function openPopWin(windowURL, windowWidth, windowHeight, windowFeatures, windowLeft, windowTop) {

var windowName = "popup";

if (windowLeft=="cen") {
windowLeft = (screen.width - windowWidth)/2 - 20;
}

windowTop =+ 20;

var windowProperties = "width=" + windowWidth + ", height=" + windowHeight + ", " + windowFeatures + ", left=" + windowLeft + ", top=" + windowTop;
window.open(windowURL, windowName, windowProperties);
}

/* ]]> */

