// JavaScript Document
function launchPopup(href, width, height) {
	tamanyo = 'width='+width+',height='+height+'px,scrollbars=no';
	window.open('../includes/popup_'+href+'.html', href, tamanyo)
}

