
function popUp(imageName, width, height) {
      open("/popup.php?image=" + imageName, "subwind" ,"width=" + width + ",height=" + height);
}

function showTimeline() {
      open("/wp-content/themes/lustron/timeline.php", "subwind" ,"width=820,height=450");
}
