//open bigger image
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

/*window.addEvent('domready', function() {
    //$('photoRight').setStyle('min-height', document.imgMaxHeight+'px');
	$$('a').addEvent('click', function(e){
		this.blur();
	});
});*/
