function openWindow(ImageNumber, w, h) {

var w_width = w + 20;
var w_height = h + 20;
var ImageWindow = window.open('', '', 'width='+w_width+', height='+w_height+', left=100, top=100, scrollbars=0');

ImageWindow.document.write("<html>\n<head>\n");
ImageWindow.document.write("<title>Chata Helena / Cottage Helena<\/title>\n");
ImageWindow.document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/helena_main.css\">\n");
ImageWindow.document.write("<\/head>\n<body>\n");
ImageWindow.document.write("<div>\n");
ImageWindow.document.write("<img src=\"./images/"+ImageNumber+".jpg\" width=\""+w+"\" height=\""+h+"\" alt=\"\" style=\"margin: 10px 0px 0px 10px\"\/>");
ImageWindow.document.write("<\/div>\n");
ImageWindow.document.write("<\/body>\n<\/html>\n");
}

var FO = { movie: "slideshow.swf", width:"400", height:"292", majorversion:"7", build:"0" };
UFO.create(FO, "slideshow");