function ver_radio(url,w,h) {
	window.open(url,'radio' + w + 'x' + h,'top=0,left=0,resizable=no,location=no,toolbar=no,status=no,width=' + w + ',height=' + h + ',scrollbars=no');
	}
function ver_fotos(cd) {
	window.open('/fotos/visualizador/index.php?cd=' + cd,'imagem' + cd,'top=0,left=0,resizable=no,location=no,toolbar=no,status=no,width=765,height=540,scrollbars=no');
	}
function ver_videos(cd) {
	window.open('/videos/visualizador/index.php?cd=' + cd,'imagem' + cd,'top=0,left=0,resizable=no,location=no,toolbar=no,status=no,width=425,height=350,scrollbars=no');
	}
