// JavaScript Document

//fotos
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({hideflash: true});
});    
  
DD_belatedPNG.fix('.png_bg');

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
