function view_imagen(imagennor,imagenorg,rnd){
	myLightWindow.activateWindow({
	href: 'http://'+top.location.host+'/image.php?src='+imagennor+'&src_down='+imagenorg+'&rnd='+rnd,     
	type: 'external',
	title: 'Ver o Descargar Imagen en Tama&ntilde;o Completo'
	});
}
function external_url(url){
	myLightWindow.activateWindow({
	href: url,     
	type: 'external',
	title: ''
	});
}
function internal_url(url,alto,ancho,titulo){
	myLightWindow.activateWindow({
	href: 'http://'+top.location.host+'/'+url,     
	type: 'external',
	height: alto,
	width: ancho,
	title: titulo
	});
}
function goto_help_content(seccion){
	internal_url('cpanel_intro_support_center.php?seccion='+seccion,530,960,'Centro de Ayuda');
}
