// JavaScript Document

///////////////////      ABRIR VENTANA JAVASCRIPT      //////////////////////

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


