// ***  Script 								**
// ***  Write by Carlos Carlos Renaud García**
// ***  carlosre@tuxcom.net.mx 				**
// ***  Script 								**

function genPopUp(url,name,h,w) {
	pop = window.open(url,name,'width='+w+',height='+h+',left=50,top=50,personal=no,toolbar=no,copyhistory=no,menubar=no,scrollbars=no,location=no,status=no,resizable=no,directories=no');
	}
