﻿	var newWindow;
	function openPicture(url) {
	if(newWindow){
		newWindow.close();
		} 
		newWindow=window.open(url,"ventana","scrollbars=no,resizable=yes");
	}
	
	
	function proyectoSeleccionado(path){
		//return hs.htmlExpand(document.getElementById('lanzador'));
		document.getElementById('lanzador').href = 'proyectos.cfm?id=' + path;
		return hs.htmlExpand(document.getElementById('lanzador'), { objectType: 'iframe', width: 725  } );
	}


	// Apply the Highslide settings
	hs.graphicsDir = 'highslide/graphics/';
	hs.outlineType = 'rounded-white';
	hs.outlineWhileAnimating = true;
	hs.allowSizeReduction = false;
	hs.showCredits = false;
	// always use this with flash, else the movie will be stopped on close:
	hs.preserveContent = false;
